import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema: z.ZodType; export declare const UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectZodSchema: 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.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutAppointmentsInput | Prisma.UserUncheckedUpdateWithoutAppointmentsInput | Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput | undefined; upsert?: Prisma.UserUpsertWithoutAppointmentsInput | undefined; }, { create?: Prisma.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutAppointmentsInput | Prisma.UserUncheckedUpdateWithoutAppointmentsInput | Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput | undefined; upsert?: Prisma.UserUpsertWithoutAppointmentsInput | undefined; }>; //# sourceMappingURL=UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema.d.ts.map