import { JsonDiffPatchOptions, JsonDoc } from '../types'; export declare class JsonDiff { private _jsonDiffPatch; constructor(options?: JsonDiffPatchOptions); diff(oldDoc: JsonDoc | undefined, newDoc: JsonDoc): { [key: string]: any; }; } //# sourceMappingURL=json_diff.d.ts.map