export namespace module { const rules: ({ exclude: string; use: { loader: string; options: { plugins: (string | { pragma: string; })[][]; presets: any[]; }; }; test?: undefined; } | { test: RegExp; use: { loader: string; }[]; exclude?: undefined; })[]; } export namespace optimization { const minimize: boolean; }