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