/** * qa360-mcp reset - Clean all configurations */ interface ResetOptions { yes?: boolean; } export declare function resetCommand(options: ResetOptions): Promise; export {}; //# sourceMappingURL=reset.d.ts.map