export declare class BaseUserInfo { sub: string; email_verified: boolean; preferred_username: string; email: string; }