import type { Readable } from 'stream'; export declare function binaryToString(body: Buffer | Readable, encoding?: string): Promise;