import { AllLocaleMap } from '../LocaleContext';
declare const setRuntimeLocale: (_runtimeLocale: AllLocaleMap) => void;
declare const getRuntimeLocale: () => AllLocaleMap;
export { setRuntimeLocale, getRuntimeLocale };
