import { EnglishArabicDTO } from '@bnsights/bbsf-controls'; export declare class UserModelDTO { sendEmail: boolean; isValid: boolean; errors: string[]; id: number; iD_GUID: string; departmentID: number | null; departmentID_GUID: string | null; isActive: boolean; isOnline: boolean; username: string; samAccount: string; email: string; langKey: string; permSetList: string[]; permissionset: string; name: EnglishArabicDTO; nameStr: string; nameAR: string; nameEN: string; mobile: string; token: string; imageSmallFileIDEncrypted: string; password: string; passwordConfirmation: string; smallImageFileID: number | null; originalImageFileID: number | null; titleEN: string; titleAR: string; smallImageFileIDEncrypted: string; title: EnglishArabicDTO; isAnonymous: boolean; activationDate: Date | string | null; organizationID: string; organizationName: string; selected: boolean; }