export declare class AuthenticationInitializer { private static userLoggedOut; private static visibilityWatch; private static checkForReauthentication; private static loginNotification; private static openLoggedOutModal; static loginRedirect(): void; static authenticateUser(): void; static reauthenticateUser(): void; static logOut(): void; private static loggedOutSequence; }