import type { SwcLoaderOptions } from '@rspack/core'; export declare function addSwcComplementaryTransforms(transforms: [string, Record | undefined][]): [string, Record | undefined][]; export declare function getSupportedSwcNormalTransforms(transforms: [string, Record | undefined][]): string[]; export declare function getSupportedSwcConfigurableTransforms(transforms: [string, Record | undefined][], swcConfig: SwcLoaderOptions): { swcConfig: SwcLoaderOptions; transformNames: string[]; }; export declare function getSupportedSwcCustomTransforms(transforms: [string, Record | undefined][], swcConfig: SwcLoaderOptions): { swcConfig: SwcLoaderOptions; transformNames: string[]; };