import { type InferValue } from '@optique/core'; export declare const args: import("@optique/core").Parser<"sync", { readonly action: "build-runtime"; readonly outDir: string; readonly minifier: string | undefined; readonly minifyLevel: string | undefined; }, ["matched", string] | ["parsing", { readonly action: "build-runtime"; readonly outDir: import("@optique/core").ValueParserResult | undefined; readonly minifier: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly minifyLevel: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; export default function buildRuntime(props: InferValue): Promise; //# sourceMappingURL=build-runtime.d.ts.map