import { AddressModel } from './address-detail-model'; export declare class WorkSearchJournalModel { minWorkSearchDate: Date; maxWorkSearchDate: Date; minWorkSearchDateString: string; maxWorkSearchDateString: string; workSearchRecords: WorkSearchRecordModel[]; isWorkSearchWaived: boolean; waiverReason: string; isWaitingWeekServed: boolean; constructor(); } export declare class WorkSearchRecordModel { activityType?: string; recordType?: String; wingsReferralWorkSearchId?: number; claimantWorkSearchJournalId?: any; wsrId?: number; workSearchDate?: Date; employerName?: string; positionAppliedFor?: any; contactMethod?: string; country: string; zip?: any; line1?: any; line2?: any; city?: string; state?: string; employerPhone?: number; employerWebsite?: string; searchResult?: string; employerEmail?: string; employerFax?: number; empContactPersonName?: string; empContactPersonPhone?: string; empContactPersonTitle?: any; contactPhone?: string; workShopName: string; jobFairLocation: string; othResult: string; hasStartDate: string; workStartDate: Date; typeOfWork: string; isInContactWithUnion: string; unionName: string; unionContactPersonName: string; unionContactDate: Date; workOrPerformServiceType: string; employerAddress?: AddressModel; jobTitle?: string; jobFairName?: string; jobFairAddress?: AddressModel; jobFairSponsor?: string; workShopTime?: string; workShopLocation?: AddressModel; workShopContactName?: string; jobSearchWebsite?: string; ajcLocationAddress?: AddressModel; typeEmpServiceReceived?: string; reEmpContactName?: string; empServiceAJCLocationAddress?: string; titleEmpServiceReceived?: string; reEmpServiceContactName?: string; constructor(); } //# sourceMappingURL=work-search-record-v2-model.d.ts.map