import { EffectCallback } from 'react'; export declare const useDidUpdate: (callback: EffectCallback, deps: any[]) => void;