import type { BuildOptions } from "esbuild"; export declare function esBuildSync(config: BuildOptions): Promise;