export default function s3Storage(opt: any): { name: string; downloadFile: (fp: string, options?: Record) => Promise; uploadFile: (fp: any, data: any) => Promise; fileExists: (fp: any, options?: Record) => Promise; getFileSize: (fp: any, options?: Record) => Promise; }; //# sourceMappingURL=index.d.ts.map