import type { Translations } from 'ember-intl/-private/utils/translations';
/**
 * Updates the translations as if you had somehow added them (e.g.
 * via lazy loading).
 *
 * @function addTranslations
 * @param {string} locale
 * @param {object} translations
 */
export declare function addTranslations(locale: string, translations: Translations): Promise<void>;
