import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NpiProviderCreateNestedManyWithoutUserInputObjectSchema: z.ZodType; export declare const NpiProviderCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput | Prisma.NpiProviderCreateWithoutUserInput[] | Prisma.NpiProviderUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutUserInput | Prisma.NpiProviderCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.NpiProviderCreateManyUserInputEnvelope | undefined; connect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined; }, { create?: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput | Prisma.NpiProviderCreateWithoutUserInput[] | Prisma.NpiProviderUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutUserInput | Prisma.NpiProviderCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.NpiProviderCreateManyUserInputEnvelope | undefined; connect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=NpiProviderCreateNestedManyWithoutUserInput.schema.d.ts.map