import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentCreateOrConnectWithoutPatientInputObjectSchema: z.ZodType; export declare const AppointmentCreateOrConnectWithoutPatientInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput; where: Prisma.AppointmentWhereUniqueInput; }, { create: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput; where: Prisma.AppointmentWhereUniqueInput; }>; //# sourceMappingURL=AppointmentCreateOrConnectWithoutPatientInput.schema.d.ts.map