import { Patch } from "mobx-keystone";
export declare function applyMobxKeystonePatchToYjsObject(patch: Patch, yjs: unknown): void;
