import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpdateOneRequiredWithoutGroupsNestedInputObjectSchema: z.ZodType; export declare const PatientUpdateOneRequiredWithoutGroupsNestedInputObjectZodSchema: 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.PatientCreateWithoutGroupsInput | Prisma.PatientUncheckedCreateWithoutGroupsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutGroupsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutGroupsInput | Prisma.PatientUncheckedUpdateWithoutGroupsInput | Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput | undefined; upsert?: Prisma.PatientUpsertWithoutGroupsInput | undefined; }, { create?: Prisma.PatientCreateWithoutGroupsInput | Prisma.PatientUncheckedCreateWithoutGroupsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutGroupsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutGroupsInput | Prisma.PatientUncheckedUpdateWithoutGroupsInput | Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput | undefined; upsert?: Prisma.PatientUpsertWithoutGroupsInput | undefined; }>; //# sourceMappingURL=PatientUpdateOneRequiredWithoutGroupsNestedInput.schema.d.ts.map