export declare const args: import("@optique/core").Parser<"sync", { readonly subcommand: "deploy"; readonly entry: string | undefined; readonly env: string | undefined; readonly noAutoEnv: true | undefined; readonly erase: true | undefined; readonly noRestart: true | undefined; readonly noMinify: true | undefined; readonly minifier: string | undefined; readonly minifyLevel: string | undefined; readonly noBytecode: true | undefined; readonly json: true | undefined; readonly agent: true | undefined; }, ["matched", string] | ["parsing", { readonly subcommand: "deploy"; readonly entry: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly env: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly noAutoEnv: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly erase: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly noRestart: [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 json: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; interface RunConfig { entry?: string; env?: string; noAutoEnv?: boolean; erase?: boolean; noRestart?: boolean; noMinify?: boolean; minifier?: string; minifyLevel?: string; noBytecode?: boolean; json?: boolean; agent?: boolean; } export declare function run(config: RunConfig): Promise; export {}; //# sourceMappingURL=deploy.d.ts.map