import { useEffect } from 'react'; /** * Hook that ignores the first invocation (e.g. on mount). The signature is exactly the same as the `useEffect` hook. */ export declare const useUpdateEffect: typeof useEffect;