export declare class WorkSearchModel { workSearchId: number; isWorkSearchPerformedFlag: string; returnToWorkDate: Date; isAttendingSchoolOrTrainingFlag: string; isTheAnswersCertifiedFlag: string; reason: string; certificationMode: string; isApprovedForSeapFlag: string; reasonInadequateWorkSearch: string; weekStartDate: Date; weekEndDate: Date; explainWhyDidNotLookForWork: string; isRecordLockedForEdit: string; constructor(); validateHasPerformedWork(): boolean; } //# sourceMappingURL=work-search-v2-model.d.ts.map