import { Readable } from 'stream'; export declare function toPipeableStream(stream: ReadableStream): Readable;