/// import { Readable } from "stream"; export declare type file_upload = { /** * Name of the account */ content?: Readable; filename?: string; };