import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import { AuthService, LoaderService } from '../services'; import * as i0 from "@angular/core"; export declare class AppInterceptor implements HttpInterceptor { private authService; private loaderService; constructor(authService: AuthService, loaderService: LoaderService); intercept(req: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }