import { S3 } from 'aws-sdk'; export declare function deleteObject(s3: S3, bucketName: string, key: string | undefined): Promise;