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