interface Args { outfile?: string; outdir?: string; } export declare const getESBuildOutDir: ({ outdir, outfile }?: Args) => string; export {};