import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class Move extends AuthenticatedCommand { static args: {}; static description: string; static examples: { command: string; description: string; }[]; static flags: { records: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; source: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; target: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; } //# sourceMappingURL=move.d.ts.map