import { I18nNode } from 'lib/interfaces/i18n-json.interface';
/**
 * Transforms a flattened I18nJSON to its original format
 */
export declare function fromFlatToI18nJson(map: Map<string, string>): I18nNode;
