import { Locale } from './Locale';
import { PartialDeep } from '../../types';
export declare function setLocale(locale: PartialDeep<Locale>): void;
