import { CopyInput } from '../types/inputs'; import { CopyOutput } from '../types/outputs'; /** * @internal */ export declare const copy: (input: CopyInput) => Promise;