type Event = { uuid: string; timestamp: number; type: string; payload: Record; }; export default Event; //# sourceMappingURL=event.d.ts.map