export function countryCode(code: string): string | undefined; export function countryName(code: string, language?: string): string | undefined;