import type { Readable } from 'stream'; export declare function streamToBuffer(stream: Readable, idleTimeoutMs?: number): Promise; export declare function binaryToBuffer(body: Buffer | Readable): Promise;