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