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