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