import type { InferValue } from '@optique/core/parser'; export declare const args: import("@optique/core").Parser<"async", { readonly action: "flash"; readonly buildDir: string | undefined; readonly from: string | undefined; readonly release: string | undefined; readonly firmware: string | undefined; readonly board: string | undefined; readonly target: string | undefined; readonly port: string | undefined; readonly baud: string | undefined; readonly yes: true | undefined; }, ["matched", string] | ["parsing", { readonly action: "flash"; readonly buildDir: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly from: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly release: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly firmware: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly board: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly target: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly port: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly baud: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly yes: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; type Props = { args: InferValue; }; export default function FlashCmd(props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=flash.d.ts.map