/**
 * Gets the locale to use
 *
 * @param {string} [locale] Locale to override browser locale
 * @returns {string}
 */
export function getLocale(locale?: string | undefined): string;
