/** * Escape special characters in the given string of text. */ export declare const escapeHtml: (str: T) => T; export declare const escapeHtmlStrings: (obj: object) => Record; export declare const unescapeHtml: (str: string) => string; export declare const unescapeHtmlStrings: (obj: object) => Record; //# sourceMappingURL=html.d.ts.map