import { Readable } from 'node:stream';
export declare function streamToString(stream: Readable): Promise<string>;
