/// export interface FileUpload { mv(destinationFile: any, callback: (err: any) => void): any; name: string; data: Buffer; encoding: string; mimetype: string; }