import type { Plugin } from 'esbuild';
export declare function externalPlugin(cwd: string): Plugin;
