import { AddressModel } from "../../models/weekly-cert/address-detail-model"; export declare class AdminLeaveDetailsModel { employerName: string; employerId: number; employerAddress: AddressModel; employerPhone: string; grossEarning: number; employmentClassification: string; employerPaidDuringTimeOff: string; administrativeLeave: string; isAmountTheSame: string; returnToWorkDate: Date; constructor(); } //# sourceMappingURL=admin-leave-details-model.d.ts.map