import { FastifyInstance } from 'fastify';
declare function pingRoute(fastify: FastifyInstance): Promise<void>;
export default pingRoute;
