import type { LikeJSX } from "@my-react/react"; import type { Readable } from "stream"; export declare const renderToNodeStream: (element: LikeJSX) => Readable; //# sourceMappingURL=renderToNodeStream.d.ts.map