import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NpiProviderCreateOrConnectWithoutUserInputObjectSchema: z.ZodType; export declare const NpiProviderCreateOrConnectWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput; where: Prisma.NpiProviderWhereUniqueInput; }, { create: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput; where: Prisma.NpiProviderWhereUniqueInput; }>; //# sourceMappingURL=NpiProviderCreateOrConnectWithoutUserInput.schema.d.ts.map