/** * V3 CLI Migrate Command * Migration tools for V2 to V3 transition */ import type { Command } from '../types.js'; export declare const migrateCommand: Command; export default migrateCommand; //# sourceMappingURL=migrate.d.ts.map