import { DeepPartial } from '../types/deep-partial'; export declare function cloneAndMerge(source: T, data: DeepPartial): T;