import { HttpRequest, HttpResponse } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class CacheService { cacheMap: Map; getFromCache(req: HttpRequest): HttpResponse | undefined; addToCache(req: HttpRequest, response: HttpResponse): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }