interface MigrateOptions { from?: string; to?: string; } export declare function migrateCommand(options: MigrateOptions): Promise; export {};