export declare function debounce(cb: (...arg: any[]) => any, thisObj?: any, wait?: number): (...args: any[]) => void;