/**
 * @returns {string | undefined}
 */
export default function getBrowserLocale(): string | undefined;
