declare type TCache = { [key: string]: CacheType; }; export default TCache;