/** * Health and Info Routes * System health check and service information endpoints */ import type { FastifyInstance } from 'fastify'; export declare function setupHealthRoutes(fastify: FastifyInstance): Promise; //# sourceMappingURL=health.d.ts.map