export declare enum PostLoginAction {
    StayOnSamePage = "StayOnSamePage",
    RedirectToPage = "RedirectToPage"
}
