import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpResponse } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PghCacheInterceptorOptions } from './models'; import { CacheControllerService } from './cache-controller.service'; import * as i0 from "@angular/core"; export declare class CacheInterceptor implements HttpInterceptor { private options; private cacheControllerService; readonly CACHE_EXPIRE_TIME: number; readonly cachedResponses: Map; savedTime: number; }>; readonly pendingRequests: Map>>; constructor(options: PghCacheInterceptorOptions, cacheControllerService: CacheControllerService); intercept(req: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }