import * as i0 from '@angular/core'; import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs'; declare class RequestCounterComponent { readonly isDevMode: boolean; get requestCounter(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class RequestCounterInterceptor implements HttpInterceptor { static requestCounter: number; intercept(req: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { RequestCounterComponent, RequestCounterInterceptor };