import { t } from '../common'; import { wrapFetch } from './TypeCache.wrapFetch'; import { TypeCacheKey } from './TypeCacheKey'; export declare class TypeCache { static create: (cache?: t.IMemoryCache | undefined) => t.IMemoryCache; static key: typeof TypeCacheKey; static wrapFetch: typeof wrapFetch; }