export type IntlCache = Map>; export declare function getMemoizerForLocale(locales: string | string[]): IntlCache;