import { FastifyRequest, FastifyReply } from 'fastify';
export declare class HealthController {
    getHealth(_request: FastifyRequest, reply: FastifyReply): Promise<void>;
    getDetailedStatus(_request: FastifyRequest, reply: FastifyReply): Promise<void>;
}
export declare const healthController: HealthController;
//# sourceMappingURL=health.controller.d.ts.map