import { JSONObject } from "kuzzle-sdk"; export declare function objectDiff(base: JSONObject, object: JSONObject): string[];