import type { Stream } from 'stream';
export declare const streamToString: (stream: Stream) => Promise<string>;
