// Generated by dts-bundle-generator v9.5.1 /** * function used to escape HTML special characters * @param {string} string the string to be sanitized * @returns {string} the sanitized string */ export declare const htmlSpecialChars: (string: string) => string; export {};