import { Command } from "clipanion"; export declare class MigrateCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; actorName: string | undefined; targetNode: string | undefined; all: boolean; from: string | undefined; to: string | undefined; execute(): Promise; } //# sourceMappingURL=migrate.d.ts.map