import type { CreateHtmlStreamFn } from "./createHtmlStream.types.js";
/**
 * Creates an HTML stream using a MessagePort for direct communication with the HTML worker
 */
export declare const createHtmlStream: CreateHtmlStreamFn;
//# sourceMappingURL=createHtmlStream.server.d.ts.map