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