import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { LoaderNotificationService } from '../services/loader-notification.service'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class LoaderInterceptor implements HttpInterceptor { loaderNotificationService: LoaderNotificationService; httpRequests: any[]; constructor(loaderNotificationService: LoaderNotificationService); intercept(request: HttpRequest, next: HttpHandler): Observable>; removeCompletedRequest(request: HttpRequest): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }