export { escapeHTML, hArgumentParser, hFactory, handleHTML, hasOwn, parseHTML, removeBodyContainer, safeHTML, serializeMarkdown, serializePlaintext, serializeSafeHTML, tidyDOM, unescapeHTML, vdom, xml } from './index.browser.js'; import { V as VHTMLDocument } from './jsx-runtime-DjU_g5hI.js'; export { C as CDATA, f as VDocType, i as VDocument, g as VDocumentFragment, e as VElement, d as VElementStyle, a as VNode, c as VNodeQuery, b as VTextNode, j as createDocument, k as createHTMLDocument, l as document, m as h, h as html, p as isVDocument, n as isVElement, o as isVTextElement } from './jsx-runtime-DjU_g5hI.js'; /** Manipulate HTMl file directly on disk. Only writes back if there were significant changes. */ declare function handleHTMLFile(filePath: string, handler: (document: VHTMLDocument) => void, outPath?: string): string; export { VHTMLDocument, handleHTMLFile };