import type { KwaiConfig } from "../../../types"; export declare const jsTsRule: (config: KwaiConfig, format?: string) => { test: RegExp; use: { loader: string; options: { configFile: boolean; babelrc: boolean; compact: boolean; presets: (string | (string | { targets: any; useBuiltIns: string; corejs: string; modules: boolean; bugfixes: boolean; })[] | (string | { isTSX: boolean; allExtensions: boolean; })[])[]; plugins: (string | [string, unknown])[]; }; }[]; exclude: RegExp; }; export declare const htmlRule: (config: KwaiConfig) => { test: RegExp; use: { loader: string; }; }; export declare const imagesRule: (config: KwaiConfig) => { test: RegExp; type: string; }; export declare const fontsRule: (config: KwaiConfig) => { test: RegExp; type: string; };