export type { EventCallback, EventReturn } from './Event';
import Events from './Events';
declare const events: Events;
export default events;
