import type { ConfigType } from '../index.mjs'; export declare function diffObject(prev?: Partial, next?: Partial): Partial;