import { z } from "zod"; import { type $ZodType } from "zod/v4/core"; export declare function caster(zodType: $ZodType, raw: any): any; export declare function fastifyCaster(schema: z.ZodObject): z.ZodPipe, z.ZodObject>; //# sourceMappingURL=caster.d.ts.map