import type { TranslationJson } from '../-private/utils/translations.ts';
/**
 * 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: TranslationJson): Promise<void>;
//# sourceMappingURL=add-translations.d.ts.map