import type { InferValue } from '@optique/core/parser'; export declare const args: import("@optique/core").Parser<"sync", { readonly action: "build"; readonly entry: string | undefined; readonly outDir: string; readonly noMinify: true | undefined; readonly minifier: string | undefined; readonly minifyLevel: string | undefined; readonly noBytecode: true | undefined; readonly logLevel: string | undefined; readonly json: true | undefined; readonly agent: true | undefined; }, ["matched", string] | ["parsing", { readonly action: "build"; readonly entry: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly outDir: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly noMinify: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly minifier: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly minifyLevel: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly noBytecode: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly logLevel: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly json: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; export declare function run(config: InferValue): Promise; type Props = { args: InferValue; }; export default function Build(props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=build.d.ts.map