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