import { useEffect } from "react"; /** * Equivalent to `useEffect` but skips initial mount */ export declare const useUpdateEffect: typeof useEffect;