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