/** * @file Sync Module Exports * @description Multi-tab state synchronization utilities */ export { createBroadcastSync, useBroadcastSync, type SyncMessage, type SyncMessageType, type ConflictStrategy, type BroadcastSyncConfig, type BroadcastSyncInstance, } from './broadcast-sync';