import { Dexie, Table } from 'dexie'; export declare function createYDocProperty(db: Dexie, table: Table, prop: string, updatesTable: string): { set(): never; get(this: object): import("yjs").Doc; };