import { type DependencyList } from "react"; export declare const useEffectUpdate: (cb: Function, dependencies: DependencyList) => void;