export declare const useDebounceEffect: (callback: any, watchListArray: any, timeout: any) => void;