export declare const LEANUP_WEBPACK_RULES: { STRING_REPLACE_LOADER: { test: RegExp; use: { loader: string; options: { multiple: import("@leanup/stack").Replacement[]; }; }[]; }; ESBUILD_LOADER_JS: { test: RegExp; use: { loader: string; }[]; }; ESBUILD_LOADER_TS: { test: RegExp; use: { loader: string; options: { loader: string; }; }[]; }; SWC_LOADER_JS: { test: RegExp; use: { loader: string; }[]; }; SWC_LOADER_TS: { test: RegExp; use: { loader: string; options: { jsc: { parser: { syntax: string; decorators: boolean; }; }; }; }[]; }; FONT_FILE_LOADER: { test: RegExp; use: { loader: string; options: { outputPath: string; }; }[]; }; IMAGE_FILE_LOADER: { test: RegExp; use: { loader: string; options: { outputPath: string; }; }[]; }; LESS_LOADER: { test: RegExp; use: any[]; }; SASS_LOADER: { test: RegExp; use: any[]; }; }; export default function webpackConfig(_env: any, argv: any, loaders?: any[]): Object;