import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ClaimUpdateManySchema: z.ZodType; export declare const ClaimUpdateManyZodSchema: z.ZodObject<{ data: z.ZodType; where: z.ZodOptional>; }, "strict", z.ZodTypeAny, { data: Prisma.ClaimUpdateManyMutationInput; where?: Prisma.ClaimWhereInput | undefined; }, { data: Prisma.ClaimUpdateManyMutationInput; where?: Prisma.ClaimWhereInput | undefined; }>; //# sourceMappingURL=updateManyClaim.schema.d.ts.map