import * as Y from 'yjs';
import { MountFunction } from './types';
declare const useYDoc: (name: string, mount: MountFunction) => Y.Doc;
export default useYDoc;
