/**
 * @internal
 */
export declare const isReadableStream: (stream: unknown) => stream is ReadableStream<any>;
