/**
 * Returns the language code name from the browser, e.g. "en"
 */
export declare function getBrowserLang(): string | undefined;
/**
 * Returns the culture language code name from the browser, e.g. "en-US"
 */
export declare function getBrowserCultureLang(): string;
