blob: 4345881ef96ff08739b2dfafd50c998738b37346 [file] [log] [blame]
import { ConstructedOptions } from './ConstructedOptions';
import { PluginOptions } from './PluginOptions';
declare class PluginOptionsReader {
private context;
constructor(context: string);
readOptions(options: PluginOptions): ConstructedOptions;
}
export { PluginOptionsReader };