import "@nivinjoseph/n-ext"; import { EdaEventHandler, EventHandlerClass } from "./eda-event-handler.js"; import { EdaEvent, EdaEventClass } from "./eda-event.js"; export declare const eventSymbol: unique symbol; export declare function event>(eventType: EdaEventClass): EventHandlerEventDecorator; export type EventHandlerEventDecorator> = (target: EventHandlerClass, context: ClassDecoratorContext>) => void; //# sourceMappingURL=event.d.ts.map