import { Choices } from '../../components/search-employer/search-employer.component'; import { KeyValueModel } from '../questionnaire/KeyValueModel'; export declare class CaseCoreModel { caseId: string; caseNumber: string; businessId: string; caseStatus: Choices; entityName: string; id: string; level: Choices; status: Choices; assignedTouser: Choices; age: string; ageColor: string; createdOn: string; department: KeyValueModel; unit: KeyValueModel; closeCaseReason: Choices; generatedThrough: Choices; } //# sourceMappingURL=CaseCoreModel.d.ts.map