import { ApplyPatchFunction } from "@n1ru4l/graphql-live-query-patch";
import type { Operation } from "fast-json-patch";
export declare const applyJSONPatch: ApplyPatchFunction<Array<Operation>>;
