export declare const toLocaleUpperCase: (locales: string | Array<string> | undefined) => (string: string) => string;
