import { FastifyReply, FastifyRequest } from 'fastify'; export declare function check(req: FastifyRequest, reply: FastifyReply): void; //# sourceMappingURL=health.d.ts.map