import type { FastifyInstance } from 'fastify'; import type { Manifold } from '../pipework.js'; import type { HealthCheck } from './types.js'; export declare function registerHealthRoutes(app: FastifyInstance, instance: Manifold, checks: readonly HealthCheck[], paths: { health: string; ready: string; }): void; //# sourceMappingURL=health.d.ts.map