import { HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { GoogleAnalyticsService } from './google-analytics.service'; import * as i0 from "@angular/core"; /** * Intercepts all calls to the backend and assigns an * authorization code so we know who this nice person is. */ export declare class AuthInterceptor implements HttpInterceptor { private googleAnalyticsService; constructor(googleAnalyticsService: GoogleAnalyticsService); intercept(req: HttpRequest, next: HttpHandler): import("rxjs").Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=auth-interceptor.d.ts.map