import { PromiseCache } from './PromiseCache.cjs'; import './types.cjs'; /** * @experimental This is experimental feature. */ declare const usePromiseCache: () => PromiseCache; export { usePromiseCache };