import type { Plugin } from 'esbuild';
export declare const getNodeBuiltinPlugin: () => Plugin;
