import type { Config } from '@swc/core';
import type { Plugin } from 'esbuild';
export declare function getSwcPlugin(config?: Config): Plugin;
