/** * Migration command - Display the migration guide for moving from legacy flat structure to storyboards */ import { Command } from 'commander'; export declare function createMigrationCommand(): Command; //# sourceMappingURL=migration.d.ts.map