import { Readable } from 'stream'; export declare function isReadableStream(stream: Readable): boolean;