interface IEvent { id: string; version: string; payload: any; source: any; } export default IEvent; //# sourceMappingURL=IEvent.d.ts.map