/** * Events module exports */ export type { EventHandler } from "./types"; export { registerEvents } from "./register";