wc26-mcp 0.2.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,53 @@
1
+ export const tournamentOdds = {
2
+ last_updated: "2026-02-11",
3
+ source: "Aggregated from major bookmakers (illustrative, not live)",
4
+ tournament_winner: [
5
+ { team_id: "arg", odds: "+400", implied_probability: "20.0%" },
6
+ { team_id: "fra", odds: "+450", implied_probability: "18.2%" },
7
+ { team_id: "eng", odds: "+600", implied_probability: "14.3%" },
8
+ { team_id: "bra", odds: "+700", implied_probability: "12.5%" },
9
+ { team_id: "esp", odds: "+800", implied_probability: "11.1%" },
10
+ { team_id: "ger", odds: "+1000", implied_probability: "9.1%" },
11
+ { team_id: "por", odds: "+1200", implied_probability: "7.7%" },
12
+ { team_id: "ned", odds: "+1400", implied_probability: "6.7%" },
13
+ { team_id: "usa", odds: "+2000", implied_probability: "4.8%" },
14
+ { team_id: "bel", odds: "+2500", implied_probability: "3.8%" },
15
+ { team_id: "cro", odds: "+3000", implied_probability: "3.2%" },
16
+ { team_id: "uru", odds: "+4000", implied_probability: "2.4%" },
17
+ { team_id: "col", odds: "+5000", implied_probability: "2.0%" },
18
+ { team_id: "jpn", odds: "+6000", implied_probability: "1.6%" },
19
+ { team_id: "mex", odds: "+8000", implied_probability: "1.2%" },
20
+ { team_id: "sen", odds: "+8000", implied_probability: "1.2%" },
21
+ ],
22
+ golden_boot: [
23
+ { player: "Kylian Mbappe", team_id: "fra", odds: "+500" },
24
+ { player: "Erling Haaland", team_id: "nor", odds: "+700" },
25
+ { player: "Lionel Messi", team_id: "arg", odds: "+800" },
26
+ { player: "Harry Kane", team_id: "eng", odds: "+900" },
27
+ { player: "Vinicius Jr", team_id: "bra", odds: "+1000" },
28
+ { player: "Lamine Yamal", team_id: "esp", odds: "+1200" },
29
+ { player: "Julian Alvarez", team_id: "arg", odds: "+1400" },
30
+ { player: "Christian Pulisic", team_id: "usa", odds: "+2500" },
31
+ ],
32
+ group_predictions: [
33
+ { group: "A", favorites: ["mex", "kor"], dark_horse: "rsa", narrative: "Mexico with home advantage at Azteca should top the group. South Korea's big-tournament pedigree makes them dangerous. South Africa could surprise." },
34
+ { group: "B", favorites: ["sui", "can"], dark_horse: "can", narrative: "Switzerland's consistency at major tournaments makes them favorites. Canada with home crowd support are a real threat." },
35
+ { group: "C", favorites: ["bra", "mar"], dark_horse: "sco", narrative: "Brazil expected to cruise, but Morocco's 2022 semifinal run showed they belong. Scotland could spring a surprise." },
36
+ { group: "D", favorites: ["usa", "par"], dark_horse: "usa", narrative: "USA on home soil with massive crowd support is a genuine contender. Paraguay's South American grit shouldn't be underestimated." },
37
+ { group: "E", favorites: ["ger", "ecu"], dark_horse: "civ", narrative: "Germany need a bounce-back tournament. Ecuador's pace is dangerous. Ivory Coast as African champions are the wildcard." },
38
+ { group: "F", favorites: ["ned", "jpn"], dark_horse: "jpn", narrative: "Netherlands' total football philosophy is tested by Japan's tactical discipline and proven ability to upset favorites." },
39
+ { group: "G", favorites: ["bel", "irn"], dark_horse: "egy", narrative: "Belgium's golden generation has one more shot. Iran's defensive solidity is well-known. Egypt could surprise." },
40
+ { group: "H", favorites: ["esp", "uru"], dark_horse: "cpv", narrative: "Spain's young core meets Uruguay's competitive DNA. Cape Verde's first World Cup makes them a feel-good story." },
41
+ { group: "I", favorites: ["fra", "sen"], dark_horse: "nor", narrative: "France's depth is unmatched. Senegal as African champions are formidable. Norway with Haaland could upset anyone." },
42
+ { group: "J", favorites: ["arg", "aut"], dark_horse: "alg", narrative: "Argentina as defending champions are clear favorites. Austria's pressing style is effective. Algeria bring North African flair." },
43
+ { group: "K", favorites: ["por", "col"], dark_horse: "col", narrative: "Portugal's generational talent meets Colombia's resurgent squad. Could be the group of death." },
44
+ { group: "L", favorites: ["eng", "cro"], dark_horse: "gha", narrative: "England's quality against Croatia's midfield mastery. Ghana's athleticism and flair make them unpredictable." },
45
+ ],
46
+ dark_horses: [
47
+ { team_id: "usa", reason: "Home advantage across 11 venues, massive crowd support, and a golden generation peaking at the right time. No host has ever been eliminated in the group stage." },
48
+ { team_id: "jpn", reason: "Tactical discipline, squad depth across European top leagues, and a proven ability to upset favorites (Germany 2022, Spain 2022)." },
49
+ { team_id: "mar", reason: "2022 semifinalists with an even stronger squad. African tactical revolution continues. Difficult to break down." },
50
+ { team_id: "col", reason: "Resurgent under current cycle with a mix of experience and emerging talent. South American grit in North American conditions." },
51
+ { team_id: "mex", reason: "Co-hosts with 3 venues including the iconic Azteca. Desperate to break the round-of-16 curse in front of home fans." },
52
+ ],
53
+ };
@@ -5,9 +5,9 @@ export const teamProfiles = [
5
5
  coach: "Javier Aguirre",
6
6
  playing_style: "Defensively disciplined with quick transitions and strong set-piece play.",
7
7
  key_players: [
8
- { name: "Edson Alvarez", position: "MID", club: "West Ham United" },
9
- { name: "Santiago Gimenez", position: "FWD", club: "Feyenoord" },
10
- { name: "Guillermo Ochoa", position: "GK", club: "Salernitana" },
8
+ { name: "Edson Alvarez", position: "MID", club: "Fenerbahce" },
9
+ { name: "Santiago Gimenez", position: "FWD", club: "AC Milan" },
10
+ { name: "Guillermo Ochoa", position: "GK", club: "AEL Limassol" },
11
11
  ],
12
12
  world_cup_history: { appearances: 17, best_result: "Quarter-finals (1970, 1986)", titles: 0 },
13
13
  qualifying_summary: "Automatic qualification as co-hosts.",
@@ -17,7 +17,7 @@ export const teamProfiles = [
17
17
  coach: "Hugo Broos",
18
18
  playing_style: "High-energy pressing with young, athletic talent and direct attacking play.",
19
19
  key_players: [
20
- { name: "Percy Tau", position: "FWD", club: "Al Ahly" },
20
+ { name: "Percy Tau", position: "FWD", club: "Thep Xanh Nam Dinh" },
21
21
  { name: "Ronwen Williams", position: "GK", club: "Mamelodi Sundowns" },
22
22
  { name: "Themba Zwane", position: "MID", club: "Mamelodi Sundowns" },
23
23
  ],
@@ -50,9 +50,9 @@ export const teamProfiles = [
50
50
  coach: "Jesse Marsch",
51
51
  playing_style: "High-pressing, physically imposing side with pace on the wings and direct attacking transitions.",
52
52
  key_players: [
53
- { name: "Alphonso Davies", position: "DEF", club: "Real Madrid" },
54
- { name: "Jonathan David", position: "FWD", club: "Lille" },
55
- { name: "Tajon Buchanan", position: "MID", club: "Inter Milan" },
53
+ { name: "Alphonso Davies", position: "DEF", club: "Bayern Munich" },
54
+ { name: "Jonathan David", position: "FWD", club: "Juventus" },
55
+ { name: "Tajon Buchanan", position: "MID", club: "Villarreal" },
56
56
  ],
57
57
  world_cup_history: { appearances: 2, best_result: "Group stage (2022)", titles: 0 },
58
58
  qualifying_summary: "Automatic qualification as co-hosts.",
@@ -71,7 +71,7 @@ export const teamProfiles = [
71
71
  },
72
72
  {
73
73
  team_id: "qat",
74
- coach: "Carlos Queiroz",
74
+ coach: "Julen Lopetegui",
75
75
  playing_style: "Possession-based approach with emphasis on technical quality and tactical discipline.",
76
76
  key_players: [
77
77
  { name: "Akram Afif", position: "FWD", club: "Al Sadd" },
@@ -108,7 +108,7 @@ export const teamProfiles = [
108
108
  playing_style: "Defensively resolute with rapid counter-attacks and a fearless big-game mentality built on 2022 semi-final run.",
109
109
  key_players: [
110
110
  { name: "Achraf Hakimi", position: "DEF", club: "Paris Saint-Germain" },
111
- { name: "Hakim Ziyech", position: "MID", club: "Galatasaray" },
111
+ { name: "Hakim Ziyech", position: "MID", club: "Wydad AC" },
112
112
  { name: "Youssef En-Nesyri", position: "FWD", club: "Fenerbahce" },
113
113
  ],
114
114
  world_cup_history: { appearances: 7, best_result: "Semi-finals (2022)", titles: 0 },
@@ -116,10 +116,10 @@ export const teamProfiles = [
116
116
  },
117
117
  {
118
118
  team_id: "hai",
119
- coach: "Marc Collat",
119
+ coach: "Sebastien Migne",
120
120
  playing_style: "Energetic and passionate with quick passing combinations and reliance on speed in transition.",
121
121
  key_players: [
122
- { name: "Frantzdy Pierrot", position: "FWD", club: "Rapid Wien" },
122
+ { name: "Frantzdy Pierrot", position: "FWD", club: "AEK Athens" },
123
123
  { name: "Derrick Etienne Jr.", position: "MID", club: "Columbus Crew" },
124
124
  { name: "Josue Duverger", position: "GK", club: "Real Espana" },
125
125
  ],
@@ -153,11 +153,11 @@ export const teamProfiles = [
153
153
  },
154
154
  {
155
155
  team_id: "par",
156
- coach: "Alfaro Moreno",
156
+ coach: "Gustavo Alfaro",
157
157
  playing_style: "Physically combative with a deep defensive block and dangerous set-piece delivery.",
158
158
  key_players: [
159
159
  { name: "Miguel Almiron", position: "MID", club: "Atlanta United" },
160
- { name: "Julio Enciso", position: "FWD", club: "Brighton" },
160
+ { name: "Julio Enciso", position: "FWD", club: "Strasbourg" },
161
161
  { name: "Gustavo Gomez", position: "DEF", club: "Palmeiras" },
162
162
  ],
163
163
  world_cup_history: { appearances: 9, best_result: "Round of 16 (1998, 2002, 2006, 2010)", titles: 0 },
@@ -190,7 +190,7 @@ export const teamProfiles = [
190
190
  playing_style: "Possession-oriented with aggressive pressing, tactical flexibility, and quick vertical transitions.",
191
191
  key_players: [
192
192
  { name: "Jamal Musiala", position: "MID", club: "Bayern Munich" },
193
- { name: "Florian Wirtz", position: "MID", club: "Bayer Leverkusen" },
193
+ { name: "Florian Wirtz", position: "MID", club: "Liverpool" },
194
194
  { name: "Kai Havertz", position: "FWD", club: "Arsenal" },
195
195
  ],
196
196
  world_cup_history: { appearances: 20, best_result: "Champions (2014)", titles: 4 },
@@ -202,20 +202,20 @@ export const teamProfiles = [
202
202
  playing_style: "High-altitude conditioning translates to relentless pressing and physical endurance with pacey forwards.",
203
203
  key_players: [
204
204
  { name: "Moises Caicedo", position: "MID", club: "Chelsea" },
205
- { name: "Enner Valencia", position: "FWD", club: "Internacional" },
206
- { name: "Piero Hincapie", position: "DEF", club: "Bayer Leverkusen" },
205
+ { name: "Enner Valencia", position: "FWD", club: "Pachuca" },
206
+ { name: "Piero Hincapie", position: "DEF", club: "Arsenal" },
207
207
  ],
208
208
  world_cup_history: { appearances: 4, best_result: "Round of 16 (2006)", titles: 0 },
209
209
  qualifying_summary: "Qualified through CONMEBOL qualifiers, finishing in the top four of the South American table.",
210
210
  },
211
211
  {
212
212
  team_id: "civ",
213
- coach: "Faouzi Benzarti",
213
+ coach: "Emerse Fae",
214
214
  playing_style: "Explosive attacking talent combined with aggressive pressing and flair on the ball.",
215
215
  key_players: [
216
- { name: "Sebastien Haller", position: "FWD", club: "Borussia Dortmund" },
216
+ { name: "Sebastien Haller", position: "FWD", club: "FC Utrecht" },
217
217
  { name: "Franck Kessie", position: "MID", club: "Al Ahli" },
218
- { name: "Simon Adingra", position: "FWD", club: "Brighton" },
218
+ { name: "Simon Adingra", position: "FWD", club: "Monaco" },
219
219
  ],
220
220
  world_cup_history: { appearances: 4, best_result: "Group stage (2006, 2010, 2014)", titles: 0 },
221
221
  qualifying_summary: "Qualified through CAF qualifiers as reigning AFCON champions, finishing top of their qualifying group.",
@@ -225,9 +225,9 @@ export const teamProfiles = [
225
225
  coach: "Dick Advocaat",
226
226
  playing_style: "Compact and defensively oriented with quick transitions and reliance on individual quality in attack.",
227
227
  key_players: [
228
- { name: "Juninho Bacuna", position: "MID", club: "Rangers" },
229
- { name: "Kenji Gorre", position: "FWD", club: "NAC Breda" },
230
- { name: "Eloy Room", position: "GK", club: "Vitesse" },
228
+ { name: "Juninho Bacuna", position: "MID", club: "FC Volendam" },
229
+ { name: "Kenji Gorre", position: "FWD", club: "Maccabi Haifa" },
230
+ { name: "Eloy Room", position: "GK", club: "Miami FC" },
231
231
  ],
232
232
  world_cup_history: { appearances: 1, best_result: "Debut appearance (2026)", titles: 0 },
233
233
  qualifying_summary: "Historic first World Cup qualification through CONCACAF qualifiers, finishing in the top qualifying positions.",
@@ -259,12 +259,12 @@ export const teamProfiles = [
259
259
  },
260
260
  {
261
261
  team_id: "tun",
262
- coach: "Jalel Kadri",
262
+ coach: "Sami Trabelsi",
263
263
  playing_style: "Physically strong and well-organized with a pragmatic approach and clinical counter-attacking.",
264
264
  key_players: [
265
- { name: "Aissa Laidouni", position: "MID", club: "Union Berlin" },
266
- { name: "Youssef Msakni", position: "FWD", club: "Al-Arabi" },
267
- { name: "Hannibal Mejbri", position: "MID", club: "Manchester United" },
265
+ { name: "Aissa Laidouni", position: "MID", club: "Al-Wakrah" },
266
+ { name: "Youssef Msakni", position: "FWD", club: "Esperance de Tunis" },
267
+ { name: "Hannibal Mejbri", position: "MID", club: "Burnley" },
268
268
  ],
269
269
  world_cup_history: { appearances: 6, best_result: "Group stage (1978, 1998, 2002, 2006, 2018, 2022)", titles: 0 },
270
270
  qualifying_summary: "Qualified through CAF qualifiers, navigating a tough group to earn their spot.",
@@ -280,10 +280,10 @@ export const teamProfiles = [
280
280
  // ── Group G ────────────────────────────────────────────────
281
281
  {
282
282
  team_id: "bel",
283
- coach: "Domenico Tedesco",
283
+ coach: "Rudi Garcia",
284
284
  playing_style: "Technically gifted with creative midfield play, though transitioning from a golden generation to emerging new talent.",
285
285
  key_players: [
286
- { name: "Kevin De Bruyne", position: "MID", club: "Manchester City" },
286
+ { name: "Kevin De Bruyne", position: "MID", club: "Napoli" },
287
287
  { name: "Jeremy Doku", position: "FWD", club: "Manchester City" },
288
288
  { name: "Amadou Onana", position: "MID", club: "Aston Villa" },
289
289
  ],
@@ -295,8 +295,8 @@ export const teamProfiles = [
295
295
  coach: "Amir Ghalenoei",
296
296
  playing_style: "Defensively resilient with a low block, physical duels, and dangerous on set pieces and counter-attacks.",
297
297
  key_players: [
298
- { name: "Mehdi Taremi", position: "FWD", club: "Inter Milan" },
299
- { name: "Sardar Azmoun", position: "FWD", club: "Roma" },
298
+ { name: "Mehdi Taremi", position: "FWD", club: "Olympiacos" },
299
+ { name: "Sardar Azmoun", position: "FWD", club: "Shabab Al-Ahli" },
300
300
  { name: "Alireza Beiranvand", position: "GK", club: "Persepolis" },
301
301
  ],
302
302
  world_cup_history: { appearances: 6, best_result: "Group stage (1978, 1998, 2006, 2014, 2018, 2022)", titles: 0 },
@@ -309,7 +309,7 @@ export const teamProfiles = [
309
309
  key_players: [
310
310
  { name: "Mohamed Salah", position: "FWD", club: "Liverpool" },
311
311
  { name: "Omar Marmoush", position: "FWD", club: "Manchester City" },
312
- { name: "Mohamed Elneny", position: "MID", club: "Al Ahly" },
312
+ { name: "Mohamed Elneny", position: "MID", club: "Al Jazira" },
313
313
  ],
314
314
  world_cup_history: { appearances: 4, best_result: "Group stage (1934, 1990, 2018)", titles: 0 },
315
315
  qualifying_summary: "Qualified through CAF qualifiers, finishing at the top of their qualifying group.",
@@ -320,7 +320,7 @@ export const teamProfiles = [
320
320
  playing_style: "Resolute and hardworking with a direct, physical approach and strong team cohesion.",
321
321
  key_players: [
322
322
  { name: "Chris Wood", position: "FWD", club: "Nottingham Forest" },
323
- { name: "Liberato Cacace", position: "DEF", club: "Empoli" },
323
+ { name: "Liberato Cacace", position: "DEF", club: "Wrexham" },
324
324
  { name: "Matt Garbett", position: "MID", club: "Torino" },
325
325
  ],
326
326
  world_cup_history: { appearances: 3, best_result: "Group stage (1982, 2010)", titles: 0 },
@@ -345,7 +345,7 @@ export const teamProfiles = [
345
345
  playing_style: "Aggressive pressing with relentless intensity, fluid attacking movements, and a fearless mentality under Bielsa's demanding system.",
346
346
  key_players: [
347
347
  { name: "Federico Valverde", position: "MID", club: "Real Madrid" },
348
- { name: "Darwin Nunez", position: "FWD", club: "Liverpool" },
348
+ { name: "Darwin Nunez", position: "FWD", club: "Al-Hilal" },
349
349
  { name: "Ronald Araujo", position: "DEF", club: "Barcelona" },
350
350
  ],
351
351
  world_cup_history: { appearances: 14, best_result: "Champions (1930, 1950)", titles: 2 },
@@ -353,7 +353,7 @@ export const teamProfiles = [
353
353
  },
354
354
  {
355
355
  team_id: "ksa",
356
- coach: "Roberto Mancini",
356
+ coach: "Herve Renard",
357
357
  playing_style: "Possession-focused with improved tactical discipline and a growing emphasis on developing domestic talent.",
358
358
  key_players: [
359
359
  { name: "Salem Al-Dawsari", position: "FWD", club: "Al Hilal" },
@@ -368,7 +368,7 @@ export const teamProfiles = [
368
368
  coach: "Bubista",
369
369
  playing_style: "Technically skilled with flair on the ball, emphasizing width and individual creativity in tight spaces.",
370
370
  key_players: [
371
- { name: "Garry Rodrigues", position: "FWD", club: "Olympiacos" },
371
+ { name: "Garry Rodrigues", position: "FWD", club: "Apollon Limassol" },
372
372
  { name: "Kenny Rocha Santos", position: "MID", club: "Al-Ittihad" },
373
373
  { name: "Stopira", position: "DEF", club: "Giresunspor" },
374
374
  ],
@@ -382,7 +382,7 @@ export const teamProfiles = [
382
382
  playing_style: "Pragmatic and adaptable with world-class individual talent, capable of both defensive solidity and explosive attacking football.",
383
383
  key_players: [
384
384
  { name: "Kylian Mbappe", position: "FWD", club: "Real Madrid" },
385
- { name: "Antoine Griezmann", position: "FWD", club: "Atletico Madrid" },
385
+ { name: "Michael Olise", position: "FWD", club: "Bayern Munich" },
386
386
  { name: "Aurelien Tchouameni", position: "MID", club: "Real Madrid" },
387
387
  ],
388
388
  world_cup_history: { appearances: 16, best_result: "Champions (2018)", titles: 2 },
@@ -390,7 +390,7 @@ export const teamProfiles = [
390
390
  },
391
391
  {
392
392
  team_id: "sen",
393
- coach: "Aliou Cisse",
393
+ coach: "Pape Thiaw",
394
394
  playing_style: "Physically powerful with pace on the flanks, tactical discipline, and strong defensive organization.",
395
395
  key_players: [
396
396
  { name: "Sadio Mane", position: "FWD", club: "Al Nassr" },
@@ -451,8 +451,8 @@ export const teamProfiles = [
451
451
  playing_style: "Technically proficient with a structured build-up, strong midfield control, and clinical finishing.",
452
452
  key_players: [
453
453
  { name: "Riyad Mahrez", position: "FWD", club: "Al Ahli" },
454
- { name: "Ismael Bennacer", position: "MID", club: "AC Milan" },
455
- { name: "Islam Slimani", position: "FWD", club: "Coritiba" },
454
+ { name: "Ismael Bennacer", position: "MID", club: "Dinamo Zagreb" },
455
+ { name: "Islam Slimani", position: "FWD", club: "CFR Cluj" },
456
456
  ],
457
457
  world_cup_history: { appearances: 5, best_result: "Round of 16 (2014)", titles: 0 },
458
458
  qualifying_summary: "Qualified through CAF qualifiers, finishing at the top of their group.",
@@ -488,20 +488,20 @@ export const teamProfiles = [
488
488
  playing_style: "Possession-based with technical flair, creative playmaking through James Rodriguez, and physicality in midfield.",
489
489
  key_players: [
490
490
  { name: "Luis Diaz", position: "FWD", club: "Liverpool" },
491
- { name: "James Rodriguez", position: "MID", club: "Rayo Vallecano" },
492
- { name: "Jhon Arias", position: "FWD", club: "Fluminense" },
491
+ { name: "James Rodriguez", position: "MID", club: "Minnesota United" },
492
+ { name: "Jhon Arias", position: "FWD", club: "Palmeiras" },
493
493
  ],
494
494
  world_cup_history: { appearances: 7, best_result: "Quarter-finals (2014)", titles: 0 },
495
495
  qualifying_summary: "Qualified through CONMEBOL qualifiers, finishing in a strong position in the South American standings.",
496
496
  },
497
497
  {
498
498
  team_id: "uzb",
499
- coach: "Srecko Katanec",
499
+ coach: "Fabio Cannavaro",
500
500
  playing_style: "Well-organized with a disciplined defensive shape and ability to compete physically against stronger opponents.",
501
501
  key_players: [
502
- { name: "Eldor Shomurodov", position: "FWD", club: "Roma" },
503
- { name: "Abbosbek Fayzullaev", position: "MID", club: "CSKA Moscow" },
504
- { name: "Otabek Shukurov", position: "MID", club: "Al Wasl" },
502
+ { name: "Eldor Shomurodov", position: "FWD", club: "Istanbul Basaksehir" },
503
+ { name: "Abbosbek Fayzullaev", position: "MID", club: "Istanbul Basaksehir" },
504
+ { name: "Otabek Shukurov", position: "MID", club: "Baniyas" },
505
505
  ],
506
506
  world_cup_history: { appearances: 1, best_result: "Debut appearance (2026)", titles: 0 },
507
507
  qualifying_summary: "Historic first World Cup qualification through AFC qualifiers, finishing in a direct qualification spot from the third round.",
@@ -544,8 +544,8 @@ export const teamProfiles = [
544
544
  coach: "Otto Addo",
545
545
  playing_style: "Athletic and dynamic with pace in attack, spirited performances, and strong team unity.",
546
546
  key_players: [
547
- { name: "Mohammed Kudus", position: "MID", club: "West Ham United" },
548
- { name: "Thomas Partey", position: "MID", club: "Arsenal" },
547
+ { name: "Mohammed Kudus", position: "MID", club: "Tottenham Hotspur" },
548
+ { name: "Thomas Partey", position: "MID", club: "Villarreal" },
549
549
  { name: "Antoine Semenyo", position: "FWD", club: "Bournemouth" },
550
550
  ],
551
551
  world_cup_history: { appearances: 5, best_result: "Quarter-finals (2010)", titles: 0 },
@@ -564,4 +564,3 @@ export const teamProfiles = [
564
564
  qualifying_summary: "Qualified through CONCACAF qualifiers, finishing in a direct qualification spot from the final round.",
565
565
  },
566
566
  ];
567
- //# sourceMappingURL=team-profiles.js.map
@@ -486,4 +486,3 @@ export const teams = [
486
486
  is_host: false,
487
487
  },
488
488
  ];
489
- //# sourceMappingURL=teams.js.map
@@ -234,4 +234,3 @@ export const venues = [
234
234
  weather: { june_avg_high_f: 67, june_avg_low_f: 53, july_avg_high_f: 72, july_avg_low_f: 57, description: "Mild and comfortable with low humidity and long daylight" },
235
235
  },
236
236
  ];
237
- //# sourceMappingURL=venues.js.map
@@ -0,0 +1,2 @@
1
+ import type { TeamVisaInfo } from "../types/index.js";
2
+ export declare const visaInfo: TeamVisaInfo[];