//#region src/server/index.d.ts /** * Render a component tree to a streaming HTML response in any JavaScript * runtime — no DOM required. * * Pass a thunk, not evaluated JSX: JSX evaluates eagerly, so the server * renderer must be installed before the first jsx call runs. * * Streaming is in-order: all HTML preceding an async insertion point * (`promise`/`async` reactive values used as children) flushes immediately; * the stream then awaits the value and continues. Resolved values are * serialized into a `