/// export declare type UploadOptions = { ContentType: string; Bucket: string; }; export declare type UploadedFileType = { fieldname: string; key: string; originalname: string; encoding: string; mimetype: string; destination: string; filename: string; path: string; size: number; buffer?: Buffer; versionId?: string; };