import { LocaleData } from './types'; export declare function getLocaleData(locale: string): LocaleData;