import { LocaleConfig, Translations } from '../types'; export declare const getLocaleConfig: (translations: Translations) => LocaleConfig;