export declare class StringHelper {
    static entityMap: any;
    static escapeHtml(html: string): string;
}
