import { ApplyPatchFunction } from "@n1ru4l/graphql-live-query-patch";
import { Delta } from "@n1ru4l/json-patch-plus";
export declare const applyJSONDiffPatch: ApplyPatchFunction<Delta>;
