export default interface EventHandler { onEvent(event: TEvent["prototype"]): any; ignoreCancelled: boolean; options?: any; }