/** * `forge migrate` - Manage local state schema migrations. * * forge migrate Run pending migrations * forge migrate --status Show current version and pending count * forge migrate --dry-run Show what would run without applying * forge migrate --json JSON output */ import { Command } from "commander"; export declare function registerMigrateCommands(parent: Command): void; //# sourceMappingURL=migrate.d.ts.map