interface ICacheReq { delStoreFc: Function[]; delStore: Function; reg: Function; } declare const cacheReq: ICacheReq; export default cacheReq;