import type { Dexie } from 'dexie'; import { YDocCache } from './types/YDocCache'; import * as Y from 'yjs'; export declare function getOrCreateDocument(db: Dexie, docCache: YDocCache, tableName: string, prop: string, updatesTable: string, id: any): Y.Doc;