import { EffectCallback } from 'react'; export declare function useDebounceEffect(cb: EffectCallback, deps: any[], wait: number): void;