/// import { Readable } from "stream"; export declare function fromStreamToStr(strm: Readable): Promise;