export { fromHtml } from "./lib/index.js"; export type DoNotTouchItRegistersData = typeof import("hast-util-from-parse5"); export type ErrorCode = import('./lib/index.js').ErrorCode; export type ErrorSeverity = import('./lib/index.js').ErrorSeverity; export type OnError = import('./lib/index.js').OnError; export type Options = import('./lib/index.js').Options;