import { Locale } from './types/locales';
export declare const normalizer: (locale: Locale) => Locale;
