import type { DependencyList } from 'react'; import type { Cache, Watcher } from 'watch-state'; /** @deprecated Use `useNewCompute` */ export declare function useNewCache(watcher?: Watcher, deps?: DependencyList): Cache;