import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema: z.ZodType; export declare const AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectZodSchema: 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.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutClaimsInput | undefined; connect?: Prisma.AppointmentWhereUniqueInput | undefined; update?: Prisma.AppointmentUpdateWithoutClaimsInput | Prisma.AppointmentUncheckedUpdateWithoutClaimsInput | Prisma.AppointmentUpdateToOneWithWhereWithoutClaimsInput | undefined; upsert?: Prisma.AppointmentUpsertWithoutClaimsInput | undefined; }, { create?: Prisma.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutClaimsInput | undefined; connect?: Prisma.AppointmentWhereUniqueInput | undefined; update?: Prisma.AppointmentUpdateWithoutClaimsInput | Prisma.AppointmentUncheckedUpdateWithoutClaimsInput | Prisma.AppointmentUpdateToOneWithWhereWithoutClaimsInput | undefined; upsert?: Prisma.AppointmentUpsertWithoutClaimsInput | undefined; }>; //# sourceMappingURL=AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema.d.ts.map