import { ScheduleEventData } from '../../types'; export declare function validateEvent(eventData: ScheduleEventData): ScheduleEventData;