import { DependencyList } from "react"; export declare const useUpdate: (deps: DependencyList[], callback: () => void) => void;