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