import { ParsedHtml } from "./types.js";
/** Main start of string parsing */
export declare function parseHTML(html: string): ParsedHtml;
