export declare const args: import("@optique/core").Parser<"sync", { readonly subcommand: "reset"; readonly yes: true | undefined; }, ["matched", string] | ["parsing", { readonly subcommand: "reset"; readonly yes: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; export declare function run(config: { yes?: boolean; }): Promise; //# sourceMappingURL=reset.d.ts.map