import type { Match } from "../types/index.js"; /** * Complete 104-match schedule for FIFA World Cup 2026. * * Confirmed data points come from FIFA's official schedule release. * Where specific kick-off times or venue assignments aren't publicly * confirmed yet, best estimates are used based on historical patterns * and published partial schedules. These will be updated as FIFA * publishes the full detailed schedule. * * All times are UTC. */ export declare const matches: Match[];