export declare enum AuthenticatedState {
    AUTHENTICATED = "authenticated",
    LOGGED_OUT = "loggedOut",
    AMBIGUOUS = "ambiguous"
}
