import type { FastifySchemaCompiler } from 'fastify'; import type { $ZodType } from 'zod/v4/core'; export declare class FastifyValidatorCompilerService { errorCompiler: FastifySchemaCompiler<$ZodType>; } //# sourceMappingURL=fastify-validator-compiler.service.d.mts.map