import Config from '../../compiled/webpack-5-chain'; import { Env, IConfig } from '../types'; interface IOpts { config: Config; userConfig: IConfig; cwd: string; env: Env; } export declare function addCompressPlugin(opts: IOpts): Promise; export {};