import { FastifyError, FastifyRequest, FastifyReply } from 'fastify';
export declare const errorHandler: (error: FastifyError, request: FastifyRequest, reply: FastifyReply) => void;
//# sourceMappingURL=error-handler.d.ts.map