import { Compiler } from "webpack";
interface PluginOptions {
    [key: string]: string;
}
declare const _default: {
    new (options: PluginOptions): {
        options: PluginOptions;
        apply(compiler: Compiler): void;
    };
};
export = _default;
