import { Model } from 'mongoose'; import { IHolidayModelAttributes } from '../../interfaces/holidayInterface'; declare const HolidayModel: Model; export default HolidayModel;