/**
 * Get the full locale for a region.
 * As we don't know the language for that region, we first set it as 'und', which stands for 'undetermined'.
 * @param {string} regionCode
 */
export function regionCodeToLocale(regionCode: string): string;
//# sourceMappingURL=regionCodeToLocale.d.ts.map