import type { CommandContext, MoveOptions, MoveResult } from './types'; export declare const move: (ctx: CommandContext, range: string, destination: string, options?: MoveOptions) => Promise; //# sourceMappingURL=move.d.ts.map