/**
 * Health Check Routes
 *
 * Endpoints for monitoring service health and readiness
 */
declare const router: import("express-serve-static-core").Router;
export default router;
//# sourceMappingURL=health.d.ts.map