import { ApplyPatchFunction } from "@n1ru4l/graphql-live-query-patch";
import * as jsondiffpatch from "jsondiffpatch";
export declare const applyJSONDiffPatch: ApplyPatchFunction<jsondiffpatch.Delta>;
