/**
 *
 * @param content
 */
export declare function escapeHtml(content: string): string;
