import { Response } from "miniflare"; import type { DocumentHandlers, ElementHandlers } from "html-rewriter-wasm"; export declare class HTMLRewriter { #private; on(selector: string, handlers: ElementHandlers): this; onDocument(handlers: DocumentHandlers): this; transform(response: Response): Response; } //# sourceMappingURL=html-rewriter.d.ts.map