/**
 * Checks if the given value is a Node.js readable stream.
 *
 * @internal
 */
export declare function isNodeReadableStream(x: unknown): x is NodeJS.ReadableStream;
/**
 * Checks if the given value is a web ReadableStream.
 *
 * @internal
 */
export declare function isWebReadableStream(x: unknown): x is ReadableStream;
//# sourceMappingURL=typeGuards-node.d.ts.map