import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentUpdateOneRequiredWithoutProceduresNestedInputObjectSchema: z.ZodType; export declare const AppointmentUpdateOneRequiredWithoutProceduresNestedInputObjectZodSchema: 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.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined; connect?: Prisma.AppointmentWhereUniqueInput | undefined; update?: Prisma.AppointmentUpdateWithoutProceduresInput | Prisma.AppointmentUncheckedUpdateWithoutProceduresInput | Prisma.AppointmentUpdateToOneWithWhereWithoutProceduresInput | undefined; upsert?: Prisma.AppointmentUpsertWithoutProceduresInput | undefined; }, { create?: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined; connect?: Prisma.AppointmentWhereUniqueInput | undefined; update?: Prisma.AppointmentUpdateWithoutProceduresInput | Prisma.AppointmentUncheckedUpdateWithoutProceduresInput | Prisma.AppointmentUpdateToOneWithWhereWithoutProceduresInput | undefined; upsert?: Prisma.AppointmentUpsertWithoutProceduresInput | undefined; }>; //# sourceMappingURL=AppointmentUpdateOneRequiredWithoutProceduresNestedInput.schema.d.ts.map