import type { Readable } from 'node:stream'; export declare const readableStreamToString: (stream: Readable) => Promise;