import type { IEvent } from '../../interfaces/index.ts'; /** * Get assigned or generate a deterministic event ID as a hex string */ export declare const getEventId: (event: IEvent) => string;