import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ClaimUpdateOneSchema: z.ZodType; export declare const ClaimUpdateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ClaimSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ClaimInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.ClaimWhereUniqueInput; data: Prisma.ClaimUpdateInput | Prisma.ClaimUncheckedUpdateInput; include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; }, { where: Prisma.ClaimWhereUniqueInput; data: Prisma.ClaimUpdateInput | Prisma.ClaimUncheckedUpdateInput; include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; }>; //# sourceMappingURL=updateOneClaim.schema.d.ts.map