/** * uninstall 命令实现 */ export declare function uninstallCommand(cwd: string): Promise; //# sourceMappingURL=uninstall.d.ts.map