export declare class HtmlUtils { private static entityMap; static escapeHTML(source: string): string; }