import { DeepPartial } from './types'; export declare const merge: (args_0: DeepPartial, ...args_1: DeepPartial[]) => T;