import { IAzureAdConfiguration } from './azureAd.models'; export declare const setConfig: import("@ngrx/store").ActionCreator<"[AzureAd] setConfig", (props: IAzureAdConfiguration) => IAzureAdConfiguration & import("@ngrx/store/src/models").TypedAction<"[AzureAd] setConfig">>; export declare const signInSuccess: import("@ngrx/store").ActionCreator<"[AzureAd] signInSuccess", (props: any) => any>; export declare const SIGN_IN: string;