import { Command } from '@oclif/command'; export declare class MigrateCommand extends Command { static description: string; static examples: string[]; static args: { name: string; description: string; default: string; }[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }