/** * Migrate command - Convert .fractary/settings.json to .fractary/config.yaml * * Migrates old FABER configuration to the unified config format. * After migration, settings.json is backed up and all FABER commands use config.yaml. */ import { Command } from 'commander'; export declare function createMigrateCommand(): Command; //# sourceMappingURL=migrate.d.ts.map