import * as Y from "yjs"; import { StoreApi } from "zustand/vanilla"; export declare const patchSharedType: (sharedType: Y.Map | Y.Array | Y.Text, newState: any) => void; export declare const patchState: (oldState: any, newState: any) => any; export declare const patchStore: (store: StoreApi, newState: any) => void;