import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { NgZone } from '@angular/core'; import { MatBottomSheet } from '@angular/material/bottom-sheet'; import { Router } from '@angular/router'; import { Observable } from 'rxjs'; import { AppEnvironment } from '../types/app-environment'; import { ApiService } from './api.service'; import { GoogleAnalyticsService } from './google-analytics.service'; import * as i0 from "@angular/core"; export declare class ErrorInterceptor implements HttpInterceptor { private environment; private apiService; private googleAnalyticsService; private router; private zone; bottomSheet: MatBottomSheet; constructor(environment: AppEnvironment, apiService: ApiService, googleAnalyticsService: GoogleAnalyticsService, router: Router, zone: NgZone, bottomSheet: MatBottomSheet); intercept(request: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=error-interceptor.d.ts.map