import { ClaimAppEmployerDetailsModel } from "./ClaimAppEmployerDetailsModel"; import { QtrYearEmployerWageModel } from "./QtrYearEmployerWageModel"; export declare class ClaimAppEmpResponseModel { ssn?: string; hideMonetaryEstimation?: Boolean; wba?: string; mba?: string; claimEffectiveDate?: Date; byeDate?: Date; basePeriodStartDate?: Date; basePeriodEndDate?: Date; bpStartDateToDisplay?: Date; qtrYearWageListGeneric?: QtrYearEmployerWageModel[]; isNewClaimApplication?: Boolean; bpEmpList?: ClaimAppEmployerDetailsModel[]; dateOfBirth?: string; claimTypeDua?: string; disasterActiveFlag?: string; minWeekForChargeability?: number; } //# sourceMappingURL=ClaimAppEmpResponseModel.d.ts.map