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