export declare class OAuth { isAuthenticated: boolean; userName: string; loginError: string; profile: any; }