/** * migrate — 将老版本 Zhin 项目快速升级到最新 * * - 升级 package.json 中 zhin.js 与所有 @zhin.js/* 依赖为 latest * - 补全缺失的推荐 scripts、engines * - 确保 data、plugins 等目录存在 * - 执行 pnpm install */ import { Command } from 'commander'; export declare const migrateCommand: Command; //# sourceMappingURL=migrate.d.ts.map