/** * Baseline migrate command - upgrade baselines to current format version. * * This command migrates baseline files from older format versions to the * current format version, ensuring compatibility with the latest CLI features. */ import { Command } from 'commander'; /** * Create the migrate command. */ export declare const migrateCommand: Command; //# sourceMappingURL=baseline-migrate.d.ts.map