/**
 *
 * @param {string} country Country Code
 * @returns {string | null}
 */
declare function countryToLanguage(country: string): string | null;
export { countryToLanguage };
