/**
 * Weather Report Routes
 *
 * Admin endpoints for:
 *   - Inventory of data feeds, models, agents
 *   - Run history and logs
 *   - Cache-first precomputed forecast retrieval
 *   - Inventory status toggling
 */
declare const router: import("express-serve-static-core").Router;
export default router;
//# sourceMappingURL=weather-report.d.ts.map