/// <reference types="node" />
import { Readable } from 'stream';
export declare function isReadable(obj: any): obj is Readable;
