export declare const createReactDebounce: (func: any, stateToWatch: any, delay?: number) => void;