/**
 * Map of ISO 639-3 codes to ISO 639-1 codes.
 *
 * @type {Record<string, string>}
 */
export const iso6393To1: Record<string, string>
