import { EmployerInfoModel } from "./employer-info-v2-model"; import { WorkSearchModel } from "./work-search-v2-model"; import { WorkSearchRecordModel } from "./work-search-record-v2-model"; import { AdminLeaveDetailsModel } from "./admin-leave-details-model"; import { DependentModels } from "../../models/dependent.model"; import { AddressModel } from "./address-detail-model"; import { EmployerPayInfoModel } from "../../models/EmployerPayInfoModel"; import { WeeklyCertEligibilityModelV2 } from "./weekly-cert-eligibility-v2-model"; export declare class WeeklyCertificationModel { claimWeekEndDate: Date; workPerformed: string; selfEmployed: string; paidAdminLeave: string; refusedJob: string; availableIfRecalled: string; available: string; reasonForNonAcceptance: string[]; returningToWork: string; returnToWorkDate: Date; signature: string; certificationMode: string; workSearchFlag: string; earningAmount: number; employerDetailsList: EmployerInfoModel[]; workSearchData: WorkSearchModel; workSearchRecords: WorkSearchRecordModel[]; potentialIssues: number[]; adminLeaveDetails: AdminLeaveDetailsModel; showWorkSearchScreen: boolean; pensionDeniedPotentialIssues: number[]; isMarried: string; isSpouseFilingUi: string; dependentTable: DependentModels; hidRTWNewEmployerId: string; employerAddress: AddressModel; employerPhone: string; hidInApprovedTraining: string; typeOfPay: EmployerPayInfoModel[]; bonusPayPotentialIssues: number[]; otherPayPotentialIssues: number[]; tempEmployerSepPotentialIssueMap: Map; weeklycertEligibilityModelV2: WeeklyCertEligibilityModelV2; workPerformedSeap: string; availableSeap: string; seapEarnings: number; workPerformedSeapNotParttime: string; hidWorkSearchAuditFlag: string; constructor(); } export declare class WeeklyCertData { weeklyCertDetail: any; employerDetailsList: any; workSearchQuestionnaireModel: any; workSearchRecordList: any; potentialIssues: any; typeOfPay: any; constructor(weeklyCertDetail: any, employerDetailsList: any, workSearchQuestionnaireDetails: any, workSearchRecordList: any, potentialIssues: any, typeOfPay: any); } //# sourceMappingURL=weekly-certification-v2-model.d.ts.map