export declare const signInLegacy: import("@ngrx/store").ActionCreator<"[SignIn Page] SignIn", (props: { username: string; password: string; }) => { username: string; password: string; } & import("@ngrx/store/src/models").TypedAction<"[SignIn Page] SignIn">>; export declare const signInWithAd: import("@ngrx/store").ActionCreator<"[SignIn Page] SignInWithMicrosoft", () => import("@ngrx/store/src/models").TypedAction<"[SignIn Page] SignInWithMicrosoft">>;