export declare const lowerSnake: (str: string) => string; export declare const mergeLocales: (target: any, source: any) => any; export declare const getBrowserLanguage: () => any;