import type { InferValue } from '@optique/core/parser'; export declare const args: import("@optique/core").Parser<"async", { readonly action: "clean"; readonly port: string | undefined; readonly full: true | undefined; readonly recover: true | undefined; readonly yes: true | undefined; }, ["matched", string] | ["parsing", { readonly action: "clean"; readonly port: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly full: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly recover: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly yes: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; export declare function run(config: InferValue): Promise; //# sourceMappingURL=clean.d.ts.map