import IHandlerParams from './IHandlerParams'; declare type IEventHandler = (e: Event, params: IHandlerParams) => void; export default IEventHandler;