export declare function listFromS3(bucket: string, folder: string, fileName: string, options?: any): Promise; export declare function getFromS3(bucket: string, sourceFile: string, options?: any): Promise; export declare function putToS3(bucket: string, sourceFile: string, data: any, options?: any): Promise; //# sourceMappingURL=storage.d.ts.map