import { Patch } from "mobx-keystone";
import * as Y from "yjs";
export declare function convertYjsEventToPatches(event: Y.YEvent<any>): Patch[];
