import type { FastifyError } from 'fastify'; export declare const errorDescription: (error: FastifyError) => { error: Error; value?: undefined; } | { value: string; error?: undefined; }; //# sourceMappingURL=error-description-for-validation-error.d.ts.map