import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpdateOneRequiredWithoutPatientsNestedInputObjectSchema: z.ZodType; export declare const UserUpdateOneRequiredWithoutPatientsNestedInputObjectZodSchema: 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.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutPatientsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutPatientsInput | Prisma.UserUncheckedUpdateWithoutPatientsInput | Prisma.UserUpdateToOneWithWhereWithoutPatientsInput | undefined; upsert?: Prisma.UserUpsertWithoutPatientsInput | undefined; }, { create?: Prisma.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutPatientsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutPatientsInput | Prisma.UserUncheckedUpdateWithoutPatientsInput | Prisma.UserUpdateToOneWithWhereWithoutPatientsInput | undefined; upsert?: Prisma.UserUpsertWithoutPatientsInput | undefined; }>; //# sourceMappingURL=UserUpdateOneRequiredWithoutPatientsNestedInput.schema.d.ts.map