export type EventObserver = (eventName: E, data?: D) => Promise | void