import type * as OpenAPI from "../../schemas/v1";
export type APICalendarEvent = OpenAPI.components["schemas"]["CalendarEvent"];
export type APICalendarEventRSVPStatuses = OpenAPI.CalendarEventRsvpStatus;
export type APICalendarEventRSVP = OpenAPI.components["schemas"]["CalendarEventRsvp"];
export type APICalendarEventComment = OpenAPI.components["schemas"]["CalendarEventComment"];
export type APICalendarEventSeries = OpenAPI.components["schemas"]["CalendarEventSeries"];
//# sourceMappingURL=Calendars.d.ts.map