import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureCreateOrConnectWithoutAppointmentInputObjectSchema: z.ZodType; export declare const AppointmentProcedureCreateOrConnectWithoutAppointmentInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput; where: Prisma.AppointmentProcedureWhereUniqueInput; }, { create: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput; where: Prisma.AppointmentProcedureWhereUniqueInput; }>; //# sourceMappingURL=AppointmentProcedureCreateOrConnectWithoutAppointmentInput.schema.d.ts.map