/// import { StrictStreamOf } from './index'; import { Readable } from 'stream'; export declare function nodeReadable(readable: Readable): StrictStreamOf;