import { DependencyList } from 'react';
export default function useUpdate(fn: () => void, deps?: DependencyList): void;
