import type { HandleHtmlRenderFn } from "./types.js";
/**
 * Handle the render of an HTML stream from RSC chunks, creates the stream once and pipes directly.
 *
 * This html render expects all components as a serialized rsc stream.
 *
 * It does not have to resolve components, it just renders the html.
 *
 * @param handlerOptions
 * @param handlers
 * @param logger
 */
export declare const handleHtmlRender: HandleHtmlRenderFn;
//# sourceMappingURL=handleHtmlRender.client.d.ts.map