import type { InferValue } from '@optique/core/parser'; export declare const args: import("@optique/core").Parser<"async", { readonly action: "env"; readonly sub: { readonly subcommand: "list"; readonly port: string | undefined; readonly json: true | undefined; readonly agent: true | undefined; } | { readonly subcommand: "set"; readonly noSecret: true | undefined; readonly key: string; readonly value: string | undefined; readonly port: string | undefined; readonly json: true | undefined; readonly agent: true | undefined; } | { readonly subcommand: "delete"; readonly key: string; readonly port: string | undefined; readonly json: true | undefined; readonly agent: true | undefined; } | { readonly subcommand: "ui"; readonly port: string | undefined; }; }, ["matched", string] | ["parsing", { readonly action: "env"; readonly sub: [0, import("@optique/core").ParserResult<["matched", string] | ["parsing", { readonly subcommand: "list"; readonly port: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly json: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>] | [1, import("@optique/core").ParserResult<["matched", string] | ["parsing", { readonly subcommand: "set"; readonly noSecret: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly key: import("@optique/core").ValueParserResult | undefined; readonly value: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly port: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly json: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>] | [2, import("@optique/core").ParserResult<["matched", string] | ["parsing", { readonly subcommand: "delete"; readonly key: import("@optique/core").ValueParserResult | undefined; readonly port: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly json: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>] | [3, import("@optique/core").ParserResult<["matched", string] | ["parsing", { readonly subcommand: "ui"; readonly port: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>] | undefined; }] | undefined>; export declare function run(config: InferValue): Promise; type Props = { args: InferValue; }; export default function EnvCmd(props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=env.d.ts.map