/// import AWS from 'aws-sdk'; export declare function getKeys(s3: AWS.S3, bucket: string): Promise>; export declare function putObject(s3: AWS.S3, bucket: string, name: string, content: string | Buffer): Promise;