import { User } from '@frontegg/redux-store'; export declare class HostedLogin { static setAuthentication(isAuthenticated: boolean, accessToken?: string, user?: User, appName?: string): void; }