import { HttpBackend } from "@angular/common/http"; import { IAzureAdConfiguration } from "./azureAd.models"; import * as i0 from "@angular/core"; export declare class AzureAdConfigurationService { private readonly httpHandler; azureAdConfig: IAzureAdConfiguration | null; private http; constructor(httpHandler: HttpBackend); init(endpoint: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }