import type { HushContext } from '../types.js'; export interface MigrateOptions { root: string; dryRun: boolean; from?: string; cleanup: boolean; } export declare function migrateCommand(ctx: HushContext, options: MigrateOptions): Promise; //# sourceMappingURL=migrate.d.ts.map