import type { ICalendarEvent } from '@rocket.chat/core-typings'; export type CalendarEventDeleteProps = { eventId: ICalendarEvent['_id']; }; export declare const isCalendarEventDeleteProps: import("ajv").ValidateFunction; //# sourceMappingURL=CalendarEventDeleteProps.d.ts.map