export declare function debounce any>(func: T, wait: number): T & { cancel: () => void; }; //# sourceMappingURL=utils.d.ts.map