export declare const args: import("@optique/core").Parser<"sync", { readonly subcommand: "dev"; readonly entry: 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; }, ["matched", string] | ["parsing", { readonly subcommand: "dev"; readonly entry: [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; }] | undefined>; interface DevConfig { entry?: string; forceDeploy?: boolean; noMinify?: boolean; minifier?: string; minifyLevel?: string; noBytecode?: boolean; noHooks?: boolean; logLevel?: string; env?: string; noAutoEnv?: boolean; noWatch?: boolean; agent?: boolean; } export declare function run(config: DevConfig): Promise; export default function SimDev(props: { args: DevConfig; }): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=dev.d.ts.map