import { DeepPartial } from "../@types/DeepPartial"; export declare const mergeDeep: (original: T, objects: DeepPartial) => T;