/** * Custom hook with write operations for nizza EventBus. * @returns {object} EventBus. * @returns {object} - Object containing functions for emitting events and more. */ export declare function useEventBus(): { emitEvent: (event: string, data: any) => void; }; //# sourceMappingURL=useEventBus.d.ts.map