export declare enum AuthenticationState { Unauthenticated = "Unauthenticated", InProgress = "InProgress", Authenticated = "Authenticated" }