/// import type { Readable } from 'node:stream'; export declare const isReadableStream: (input: any) => input is Readable;