export declare class AxoUser { deviceType: string; email: string; firstName: string; id: number; lastName: string; picture: string; userId: number; }