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