/** * Hook to subscribe to live update events * @param eventName - The event name (must be mapped in LiveUpdateProvider.eventMappings) * @returns The latest event data or null */ export declare const useLiveUpdates: (eventName: string) => { data: T | null; error: Error | null; }; //# sourceMappingURL=useLiveUpdates.d.ts.map