import { Lookup } from '@prutech/components'; export declare class SpecialExemptionWorkListItem { caExemptionId: number; cmsCaseId: number; caseNumber: string; clientName: string; grantedBy: string; caseType: Lookup; caseStatus: Lookup; inidividualCaseStatus: Lookup; exemptionType: Lookup; isMedicalExemption: true; isNonMedicalExemption: true; exemptionStartDate: string; exemptionEndDate: string; canEndExemption: true; constructor(data: unknown); }