/**
* Returns the language code name from the browser, e.g. "en"
*/exportdeclarefunctiongetBrowserLang(): string | undefined;
/**
* Returns the culture language code name from the browser, e.g. "en-US"
*/exportdeclarefunctiongetBrowserCultureLang(): string;