import { ClassDefinition } from "@nivinjoseph/n-util"; import { EdaEvent } from "./eda-event.js"; export interface EdaEventHandler { handle(event: TEvent): Promise; } export type EventHandlerClass> = ClassDefinition; //# sourceMappingURL=eda-event-handler.d.ts.map