import { I18nTranslation } from '../interfaces';
export declare function mergeDeep(target: I18nTranslation, ...sources: any): I18nTranslation;
export declare function mergeTranslations(first: I18nTranslation, second: I18nTranslation): object;
