export declare function ensurePnpmInstalled(): Promise; export declare function installDependencies(projectPath: string): Promise; /** * 安装后自检:复用项目内刚装好的 @zhin.js/cli 的 `zhin doctor` *(Node 版本 / pnpm / 配置 / Console 登录条件 / 端口占用,彩色 ✅/⚠️/❌ 输出)。 * 自检失败(含 doctor 检出 error 的退出码)不阻断创建流程。 */ export declare function runPostInstallDoctor(projectPath: string): Promise; //# sourceMappingURL=install.d.ts.map