declare function escapeHTML(str: string): string;
export = escapeHTML;
