export declare class EmployerInfoModel { employerName: string; employerId: number; employerDetailId: string; line1: string; line2: string; city: string; state: string; zip: string; lastDayWorked: Date; employerPhone: string; hoursWorkedInWeek: number; grossEarning: number; returnToWorkDate: Date; reasonSeparation: string; oldReasonSeparation: string; addEmploymentInfo: string; claimWeekEndDate: Date; rateOfPay: number; freqOfPay: string; voluntaryQuit: string; discharged: string; tempWcEmployerId: number; isPartTimeEmployer: boolean; constructor(); } //# sourceMappingURL=employer-info-v2-model.d.ts.map