import type { Readable } from "node:stream"; export type NodeReadable = Readable;