import { ResolvedCached } from './Cache.js'; import { CacheKey, CacheOptions } from './types.js'; /** * @experimental This is experimental feature. */ declare function useRead(options: CacheOptions): ResolvedCached['state']; export { useRead };