/** * This utility is based on https://github.com/zertosh/htmlescape * License: https://github.com/zertosh/htmlescape/blob/0527ca7156a524d256101bb310a9f970f63078ad/LICENSE */ declare const htmlEscape: (str: string) => string; export { htmlEscape as default };