import { z } from 'zod'; export declare const validateZod: (schema: T) => (data: unknown) => z.TypeOf; //# sourceMappingURL=zod.d.ts.map