import type { UserConfig } from '../types.js'; import type { Config } from '@swc/core'; export declare const getBundleSwcConfig: (userConfig: UserConfig) => Config; export declare const getTransformSwcConfig: (userConfig: UserConfig, taskName: 'component-lib' | string) => Config;