export declare class MinifyPlugin {
    optimize(compiler: any, compilation: any, assets: any, cache: any, { SourceMapSource, RawSource }: any): Promise<void>;
    apply(compiler: any): void;
}
