import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectSchema: z.ZodType; export declare const NpiProviderCreateNestedOneWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined; connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined; connect?: Prisma.NpiProviderWhereUniqueInput | undefined; }, { create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined; connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined; connect?: Prisma.NpiProviderWhereUniqueInput | undefined; }>; //# sourceMappingURL=NpiProviderCreateNestedOneWithoutAppointmentProceduresInput.schema.d.ts.map