export type EventListeners> = { [Event in keyof T]?: ((...args: T[Event]) => void)[]; };