import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUpdateManyWithWhereWithoutUserInputObjectSchema: z.ZodType; export declare const ClaimUpdateManyWithWhereWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { where: Prisma.ClaimScalarWhereInput; data: Prisma.ClaimUpdateManyMutationInput | Prisma.ClaimUncheckedUpdateManyWithoutUserInput; }, { where: Prisma.ClaimScalarWhereInput; data: Prisma.ClaimUpdateManyMutationInput | Prisma.ClaimUncheckedUpdateManyWithoutUserInput; }>; //# sourceMappingURL=ClaimUpdateManyWithWhereWithoutUserInput.schema.d.ts.map