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