import { Injector } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { KeycloakService } from 'keycloak-angular'; import * as i0 from "@angular/core"; export declare class UfmFejlhaandteringService { private injector; private http; private keycloakService; private cacheFejlbeskeder; private ufmFejlhaandteringConfig; private ufmPropertiesConfig; private cachedSessionid; constructor(injector: Injector, http: HttpClient, keycloakService: KeycloakService); private getApi; private getEndpoint; private getFrontendClientLogRequestUrl; private get toastrService(); foldUdFejlBesked(error: any): any; private getSessionid; hentSessionid(): string; hentKortSessionid(): string; sendFejlTilAPI(error: any, popupBesked?: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }