import type { JournalEvent } from "./types"; export type { JournalEvent } from "./types"; export declare function renderEventMessage(event: JournalEvent): string; //# sourceMappingURL=index.d.ts.map