export { default as CachedValue } from './cached-value.js'; export { default as CachedFunction } from './cached-function.js'; export declare const globalCache: { clear: () => Promise; };