/**
 * Nightly Forecast Grant Worker
 * Runs at 2:00 AM ET (7:00 AM UTC winter / 6:00 AM UTC summer)
 * Batch-resets daily_free_forecasts for eligible users.
 * This is a BACKUP — ensureDailyGrant() handles the primary lazy path.
 *
 * Cron: 0 7 * * * (7 AM UTC ≈ 2 AM ET standard time)
 * Usage: npx ts-node src/workers/nightly-forecast-grant.ts
 */
export {};
//# sourceMappingURL=nightly-forecast-grant.d.ts.map