/** * Migrate Command * * Database schema migration command with interactive prompts. */ import { Command } from 'commander'; /** * Main migrate command */ export declare const migrateCommand: Command; //# sourceMappingURL=migrate.d.ts.map