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