export type CalendarEventImportProps = { startTime: string; endTime?: string; externalId: string; subject: string; description: string; meetingUrl?: string; reminderMinutesBeforeStart?: number; busy?: boolean; }; export declare const isCalendarEventImportProps: import("ajv").ValidateFunction; //# sourceMappingURL=CalendarEventImportProps.d.ts.map