import { HttpBackend } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; interface Config { baseUrl: string; graphEndPoint: { [key: string]: string; }; accessToken?: string; } export declare class ConfigService implements Config { private graphName; private httpBackend; private customMsgId; private timeoutId; private timeout; private http; private authData; baseUrl: string; graphEndPoint: { [key: string]: string; }; accessToken?: string; graphUrl: string; rawConfig: any; private settingsSbj$; constructor(graphName: string, httpBackend: HttpBackend); private getConfig$; get settings$(): Observable; init: () => Promise; getGraphEndpoint(key: string): string; getAuthData$: () => Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};