export declare function escapeHtml(unsafe: string): string;
export declare function escapeHtmlAttribute(unsafe: string): string;
