export declare class CalendarEventDateRangeDTO { calendars: Array; from: string; to: string; types?: Array; exclude?: Array; }