/**
 * Roster Reconciler — ESPN is the source of truth.
 *
 * Pulls ESPN rosters for major leagues, fuzzy-matches against SGO player data,
 * and corrects names/teams/missing players. Every correction is logged.
 *
 * Usage:
 *   npx tsx src/workers/roster-reconciler.ts                    # all US leagues
 *   npx tsx src/workers/roster-reconciler.ts --league nba       # single league
 *   npx tsx src/workers/roster-reconciler.ts --all              # US + soccer
 *   npx tsx src/workers/roster-reconciler.ts --dry-run          # preview only
 *
 * Cron: 3:00 AM ET daily (before seed-all-sports at 5:30 AM)
 */
import 'dotenv/config';
//# sourceMappingURL=roster-reconciler.d.ts.map