export declare class UpdateSlotStatusModel { id: number; effectiveEndDate: Date; appointmentTypeId: number; scheduleTypeId: number; siteId: number; }