import type { CommittedEvent, EventHandlerFactory, EventResponse, Messages, State } from "../types"; /** * Validates and handles event message * @param factory the event handler factory (policy or process manager) * @param event the committed event to be handled * @returns response, including command side effects */ export default function event(factory: EventHandlerFactory, event: CommittedEvent): Promise>; //# sourceMappingURL=event.d.ts.map