/// export declare type FileUpload = { filename: string; content: Buffer; isBinary: boolean; };