import type { Plugin } from '@umijs/bundler-utils/compiled/esbuild'; export declare function esbuildExternalPlugin(opts: { alias: Record; }): Plugin;