declare type EventHandler = (source: Source, arg: Argument) => void; export default EventHandler;