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