import { IDetermineLocale } from '../types'; declare const getLocale: (options?: IDetermineLocale & { transformer?: ((input: string) => string) | undefined; }) => string; export default getLocale;