/** * qa360-mcp uninstall - Clean removal */ interface UninstallOptions { yes?: boolean; } export declare function uninstallCommand(options: UninstallOptions): Promise; export {}; //# sourceMappingURL=uninstall.d.ts.map