import type { Context } from "../../context";
export declare const browserNodeBuiltinsPolyfillPlugin: (ctx: Context) => import("esbuild").Plugin;
