import IEvent from "./IEvent"; declare type EventCallback = (event: IEvent) => Promise; export default EventCallback; //# sourceMappingURL=EventCallback.d.ts.map