import type { BuildOptions } from "esbuild";
export declare const parseCustomEsbuild: (customConfig: BuildOptions) => any;
