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