import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NpiProviderUpsertWithoutAppointmentProceduresInputObjectSchema: z.ZodType; export declare const NpiProviderUpsertWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput; update: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput; where?: Prisma.NpiProviderWhereInput | undefined; }, { create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput; update: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput; where?: Prisma.NpiProviderWhereInput | undefined; }>; //# sourceMappingURL=NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts.map