import { HttpBackend, HttpClient } from '@angular/common/http'; import { MsalService } from '@azure/msal-angular'; import { Actions } from '@ngrx/effects'; import * as i0 from "@angular/core"; export declare class MsalServiceCustom { private http; private authService; constructor(http: HttpClient, authService: MsalService); signIn(): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class AzureAdEffects { private actions$; private readonly httpHandler; private authService; private msalService; http: HttpClient; constructor(actions$: Actions, httpHandler: HttpBackend, authService: MsalService, msalService: MsalServiceCustom); loadMovies$: import("rxjs").Observable & import("@ngrx/effects").CreateEffectMetadata; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }