import { Command } from "clipanion"; export declare class ActorsCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; nodeId: string | undefined; migratable: boolean; execute(): Promise; } //# sourceMappingURL=actors.d.ts.map