/** * useOTSync Hook * OT engine with WebSocket synchronization (Relay service) */ import type { UseOTSyncOptions, UseOTSyncReturn } from './types'; export declare const useOTSync: (options?: UseOTSyncOptions) => UseOTSyncReturn; export type { UseOTSyncOptions, UseOTSyncReturn } from './types'; //# sourceMappingURL=useOTSync.d.ts.map