/// export declare type Get = { id: string; fromDate: string; toDate: string; }; import { ReadStream } from 'fs'; export declare type Statement = ReadStream | Blob | File | ArrayBuffer;