/** * Escape special characters in the given string of text. * * @param {string} string The string to escape for inserting into HTML * @return {string} * @public */ export declare function escapeHtml(string?: string): string; //# sourceMappingURL=utils.d.ts.map