import { IAzureAdConfiguration } from "./azureAd.models"; export declare const azureAdFeatureKey = "azureAd"; export declare const initialState: IAzureAdConfiguration; export declare const azureAdReducer: import("@ngrx/store").ActionReducer;