/**
 * aggregate-costs.ts — Nightly aggregation worker
 *
 * Rolls up rm_api_usage + rm_forecast_open_log into rm_daily_cost_summary.
 * Also computes rm_forecast_batch_summary from worker run patterns.
 *
 * Usage: npx tsx src/workers/aggregate-costs.ts [--date 2026-03-01] [--days 7]
 *
 * Cron: Run nightly at 1:00 AM ET
 */
export {};
//# sourceMappingURL=aggregate-costs.d.ts.map