import { type Table } from 'dexie'; import type { Doc as YjsDoc } from 'yjs'; export declare function defineYDocTrigger(table: Table, prop: keyof T & string, trigger: (ydoc: YjsDoc, parentId: TKey) => any): void;