export declare class AuthenticationHelper { static RequestedPage: string; static DeleteRequestedPage(): void; private static readonly requestedPageKey; static AuthenticationError: string; private static readonly authenticationErrorPageKey; static DeleteAuthenticationError(): void; }