import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
import { Observable } from 'rxjs';
import * as i0 from '@angular/core';

declare class NgDocCacheInterceptor implements HttpInterceptor {
    static readonly TOKEN: string;
    private cache;
    intercept<T>(request: HttpRequest<T>, next: HttpHandler): Observable<HttpEvent<T>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgDocCacheInterceptor, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NgDocCacheInterceptor>;
}

export { NgDocCacheInterceptor };
