export declare class AWSService { S3: any; constructor(); upload(attachment: any, key: string): Promise<{}>; }