/** * Migrate command - database migrations. */ import type { Command } from 'commander'; export declare function migrateCommand(program: Command): void; //# sourceMappingURL=migrate.d.ts.map