import { Configuration } from '../Configuration.js'; import { ParseMethod } from '../Types.js'; export declare const HtmlNodeMethods: { [key: string]: ParseMethod; }; export declare const TexHtmlConfiguration: Configuration;