import { CalendarEventEditParticipantsDTO } from './calendar-event-edit-participants.dto'; export declare class CalendarEventEditDTO { type: number; title: string; description: string; location: string; start: string; end: string; recurrence: string; duration: number; publicHoliday: boolean; allowance: number; pending: boolean; excludedDates: Array; participants: Array; resources: Array; }