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