type FastifyInstance = any; declare function fastifyErrorHandler(fastify: FastifyInstance): void; export { fastifyErrorHandler };