/** * useOT Hook * Operational Transform engine with core integration * * Provides local OT operations without network synchronization. * For full collaboration, use useDocumentCollaboration instead. */ import type { UseOTOptions, UseOTReturn } from './types'; export declare const useOT: (options?: UseOTOptions) => UseOTReturn; export type { UseOTOptions, UseOTReturn } from './types'; //# sourceMappingURL=useOT.d.ts.map