import { Readable } from 'node:stream'; export declare const isReadable: (x: any) => x is Readable;