import type { OutputPlugin, Plugin } from 'rollup'; import { type Options } from '@swc/core'; export declare function swcInput(config: Partial): Plugin; export declare function swcOutput(config: Partial): OutputPlugin; //# sourceMappingURL=swc.d.ts.map