import { Lookup } from '@prutech/components'; import { DepartmentModel } from './department-model'; export declare class UserListModel { userId: string; userName: string; firstName: string; lastName: string; department: DepartmentModel; agency: string; status: string; lastLogin: string; cmsStatus: string; userRole: string; program: string; agencyType: string; userType: Lookup; sitesDisplayValue: string; providerId: number; cmsUserProviderMappingId: number; email: string; constructor(data: unknown); }