export declare class CalendarEventSearchDTO { calendars: Array; from: string; to: string; types: Array; categories: Array; title: string; }