import type { BabelConfig, WebPresetOptions } from './types'; export declare const getBabelConfigForWeb: (options: WebPresetOptions) => BabelConfig; export default function (api: { cache: (flag: boolean) => void; }, options: WebPresetOptions): BabelConfig;