export declare class UserModel { username: string; password: string; userType: string; firstName: string; middleName: string; lastName: string; gender: string; dob: Date; access_token: string; refresh_token: string; isUserRegistered: boolean; roles: string[]; functions: string[]; isApproved: string; isActive: string; userProfileComplete: boolean; emailId: string; passwordExpirationDate: Date; emailStatus: string; securityQuestion: string; securityAnswer: string; securityQuestion2: string; securityAnswer2: string; securityQuestion3: string; securityAnswer3: string; changePwd: boolean; isLoggedIn: boolean; expiration: Date; generation: Date; expires_in: number; ssn: string; ean: string; claimantId: string; employerId: string; cookieName: string; domainName: string; cookieValue: string; is2FARequired: boolean; isEmailVerificationRequired: boolean; daysTillPasswordExpire: number; cellphoneStatus: string; cellphoneNo: string; supportedMfaTypes: string; userUnit: string; } //# sourceMappingURL=UserModel.d.ts.map