import type { S3ExistsParams } from "../../types/index.js"; export declare function exists({ client, bucket, key }: S3ExistsParams): Promise;