import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpdateOneRequiredWithoutClaimsNestedInputObjectSchema: z.ZodType; export declare const PatientUpdateOneRequiredWithoutClaimsNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PatientCreateWithoutClaimsInput | Prisma.PatientUncheckedCreateWithoutClaimsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutClaimsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutClaimsInput | Prisma.PatientUncheckedUpdateWithoutClaimsInput | Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput | undefined; upsert?: Prisma.PatientUpsertWithoutClaimsInput | undefined; }, { create?: Prisma.PatientCreateWithoutClaimsInput | Prisma.PatientUncheckedCreateWithoutClaimsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutClaimsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutClaimsInput | Prisma.PatientUncheckedUpdateWithoutClaimsInput | Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput | undefined; upsert?: Prisma.PatientUpsertWithoutClaimsInput | undefined; }>; //# sourceMappingURL=PatientUpdateOneRequiredWithoutClaimsNestedInput.schema.d.ts.map