import { I18nTranslation } from '../interfaces/i18n-translation.interface'; export declare function mergeDeep(target: I18nTranslation, ...sources: any): any;