export declare const htmlEntityToChar: Record; export declare const charToHtmlEntity: Record; export declare function decodeHtml(s: string): string; export declare function encodeHtml(s: string): string; //# sourceMappingURL=html.d.ts.map