import type { S3DownloadObjectParams } from "../../types/index.js"; export declare function download({ client, bucket, key, responseContentType, }: S3DownloadObjectParams): Promise>;