import type { S3CopyParams } from "../../types/index.js"; export declare function copy({ client, bucket, key, source, ...forwardArgs }: S3CopyParams): Promise;