import { InjectionToken } from '@angular/core'; import { PghCacheInterceptorOptions } from './models'; export declare const PGH_CACHE_INTERCEPTOR_OPTIONS: InjectionToken;