export declare class SlotTypeDuration { effectiveStartDate: Date; effectiveEndDate: Date; durationMinsId: string; slotTypeId: number; slotTypeName: string; constructor(data: unknown); }