Seems to be an error in the type import statement here:
@worker-tools/html-rewriter/types/index.d.ts:
import type { ContentTypeOptions, Element, EndTag, Comment, TextChunk, Doctype, DocumentEnd, ElementHandlers, DocumentHandlers } from "./vendor/html_rewriter.d.d.js";
I think html_rewriter.d.d.js should be html_rewriter.d.ts, no?
