/**
 * nightly-score-resolver.ts
 *
 * Nightly cron worker that:
 * 1. Fetches final scores from ESPN for all leagues
 * 2. Backfills home_score/away_score into rm_forecast_accuracy_v2
 * 3. Resolves any ungraded forecasts that now have final scores
 * 4. Ensures every graded forecast has actual final scores for display
 *
 * Run at 2:00 AM ET nightly — after all US games have finished.
 *
 * Rule: Final score = Winner + Score (e.g. "Lakers 121-98")
 * Rule: Date = contest date (event_date), never grading date
 */
export declare function runNightlyScoreResolver(options?: {
    closePool?: boolean;
}): Promise<void>;
//# sourceMappingURL=nightly-score-resolver.d.ts.map