/** * skip inital run useEffect */ declare const useDidMountEffect: (func: any, deps: any) => void; export default useDidMountEffect;