/** Escapes HTML characters to prevent XSS attacks */ export declare function escape(string: string): string; //# sourceMappingURL=utils.d.ts.map