import { ScheduleEventData } from './types'; declare function createEvent(input?: Partial): ScheduleEventData; export declare const testUtils: { testDate: string; createEvent: typeof createEvent; }; export {};