import { type JSONRecord } from '@redneckz/json-op'; export declare const diffJSON: (parent: C, child: C) => C;