export declare class CalendarEventExcludedDateListDTO { id: string; excludedDate: Date | string; }