/**
 * Escape html string
 * @param arg
 */
export declare function escapeHtml(arg: string | undefined | null): string;
