/**
 * Batch Forecast Generator
 * Pulls all events from SGO API across all leagues and generates
 * Grok AI forecasts for each one. Rate-limited to avoid API throttling.
 *
 * Usage: npx tsx src/workers/batch-forecasts.ts [--league nba] [--concurrency 2] [--delay 3000]
 */
import 'dotenv/config';
//# sourceMappingURL=batch-forecasts.d.ts.map