import type { InferValue } from '@optique/core/parser'; export declare const args: import("@optique/core").Parser<"async", { readonly action: "console"; readonly port: string | undefined; readonly agent: true | undefined; readonly recover: true | undefined; readonly yes: true | undefined; }, ["matched", string] | ["parsing", { readonly action: "console"; readonly port: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly recover: [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 ConsoleCmd(props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=console.d.ts.map