export interface EventInfo { eventId: string; } export interface EventRuntimeApi { getEventInfo: () => Promise; }