import type { InferValue } from '@optique/core/parser'; export declare const args: import("@optique/core").Parser<"async", { readonly action: "dev"; readonly entry: string | undefined; readonly port: string | undefined; readonly forceDeploy: true | undefined; readonly noMinify: true | undefined; readonly minifier: string | undefined; readonly minifyLevel: string | undefined; readonly noBytecode: true | undefined; readonly noHooks: true | undefined; readonly logLevel: string | undefined; readonly env: string | undefined; readonly noAutoEnv: true | undefined; readonly noWatch: true | undefined; readonly agent: true | undefined; readonly yes: true | undefined; }, ["matched", string] | ["parsing", { readonly action: "dev"; readonly entry: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly port: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly forceDeploy: [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 noHooks: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly logLevel: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly env: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly noAutoEnv: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly noWatch: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly yes: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; type Props = { args: InferValue; }; export declare function run(config: InferValue): Promise; export default function Dev(props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=dev.d.ts.map