import { DependencyList } from 'react'; declare const useUpdateEffect: (effect: () => void, dependencies: DependencyList | undefined) => void; export default useUpdateEffect;