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