/// /// export declare class IOUtil { static streamToByteArray(readableStream: NodeJS.ReadableStream): Promise; }