/**
 * 监控 API 路由
 * 提供性能指标、错误统计和缓存状态的查询接口
 */
declare const router: import("express-serve-static-core").Router;
export default router;
