export type BuildOptions = {
    minify: boolean;
    outputDirectory: string;
    typecheck: boolean;
};
//# sourceMappingURL=build.d.ts.map