export interface JournalEvent { type: string; recordedAt: string; data: Record; } //# sourceMappingURL=types.d.ts.map