import { Injector } from '@angular/core'; import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import { Router } from '@angular/router'; import { UfmFejlhaandteringService } from './ufm-fejlhaandtering.service'; import { UfmSessionLoginService } from '@ufmit/ufm-session'; import * as i0 from "@angular/core"; export declare class UfmInterceptorError implements HttpInterceptor { private injector; private router; private ufmFejlhaandteringService; private ufmSessionLoginService; private ufmFejlhaandteringConfig; constructor(injector: Injector, router: Router, ufmFejlhaandteringService: UfmFejlhaandteringService, ufmSessionLoginService: UfmSessionLoginService); getpopupOverskrift(): string; private get toastrService(); intercept(request: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }