/**
 * Gets user locale, providing en-US as fallback
 * */
export declare const getNavigatorLanguage: () => string;
