import {EventHandler} from './EventHandler' export type EventHandlers = { [K in Keys]: EventHandler }