export declare function debounce any>(func: T, wait: number): T & { cancel: () => void; }; /** Escapes HTML characters to prevent XSS attacks */ export declare function escape(string: string): string; //# sourceMappingURL=utils.d.ts.map