import { DependentModels } from "../../models/dependent.model"; import { EmployerInfoModel } from "../weekly-cert/employer-info-v2-model"; export declare class WeeklyCertEligibilityModelV2 { moreThanTwoWeeks: boolean; twoWeeksPending: boolean; monInEligible: boolean; lastCertDate: Date; weekToCertify: Date; sundayOfWeekToCertify: Date; weekToCertifyString: string; sundayOfWeekToCertifyString: string; weeksToBeCertified: Date[]; displayEmergencyQuestion: boolean; isWaitingWeekServed: boolean; isWorkSearchWaived: boolean; isWorkshareClaim: boolean; isTraTrainingWeek: boolean; isTwoWeekAllowed: boolean; isPuaAndaEligible: boolean; currentWeek: boolean; traWorkSearchWaiver: boolean; isMonDetDateCurrOrPrevWeek: boolean; isWeeklyCertBySelectedCwe: boolean; issueExistsForAdminLeaveVoluntaryPay: boolean; isMonIssueAssociated: boolean; isAicReopen: boolean; isErScheduled: boolean; showWorkSearchScreen: boolean; minAllowedRtwDate: string; maxAllowedRtwDate: string; hidShowReturnToWorkQuestion: string; hidShowReturnedToWorkQuestion: string; hidShowNewPensionQuestion: string; hidShowPensionChangedQuestion: string; hidShowDismissalPayChangedQuestion: string; hidPartTimeEmployerAvailable: string; hidIsSeapParticipant: string; hidIsTraTrainingWeek: string; hidRemunerationIssueExists: string; pensionEmployers: string; isMarried: string; isSpouseFilingUi: string; dependentTable: DependentModels; employerDetailsList: EmployerInfoModel[]; hidInApprovedTraining: string; waiverReason: string; waiverReasonKey: string; duaDeclaration: string; hidIsEligibleForDua: string; duaAppId: String; claimantId: number; claimWeekEndDate: Date; hidPartialClaimEmploymentFlag: string; hidWorkSearchAuditFlag: string; hidReemWorkSearchRecordCount: number; workSearchWaivedInLastWeek: boolean; isWorkSearchWaivedInLastWeek: boolean; workSearchWaiverMsgInLastWeek: string; } //# sourceMappingURL=weekly-cert-eligibility-v2-model.d.ts.map