/**
 * All the list of event types
 * generated from 'simulate-event',
 */
declare const eventTypes: string[];
export default eventTypes;
