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