import { Lookup } from '@prutech/components'; export declare class VentureEdWorkListItemModel { employmentDeclaraitonId: number; caseId: number; wmsCaseNumber: string; clientName: string; receivedDate: string; agencyName: string; employerName: string; hoursOnPaycheck: number; wageType: string; jobStartDate: string; calculatedHoursPerMonth: number; status: Lookup; siteName: string; location: string; empReportedDate: string; wmsUpdatedDate: string; comments: string; rejectReason: string; updatedBy: string; updatedDate: string; colorCodeId: number; canUpdate: boolean; constructor(data: unknown); }