import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientCreateOrConnectWithoutAppointmentsInputObjectSchema: z.ZodType; export declare const PatientCreateOrConnectWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput; where: Prisma.PatientWhereUniqueInput; }, { create: Prisma.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput; where: Prisma.PatientWhereUniqueInput; }>; //# sourceMappingURL=PatientCreateOrConnectWithoutAppointmentsInput.schema.d.ts.map