declare const _exports: { mode: string; target: string; context: string; node: { fs: string; }; entry: string; output: { path: string; filename: string; library: string; libraryTarget: string; }; optimization: { sideEffects: boolean; minimize: boolean; minimizer: any[]; }; module: { noParse: RegExp; }; performance: { hints: boolean; }; }[]; export = _exports;