import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateNestedOneWithoutNpiProvidersInputObjectSchema: z.ZodType; export declare const UserCreateNestedOneWithoutNpiProvidersInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.UserCreateWithoutNpiProvidersInput | Prisma.UserUncheckedCreateWithoutNpiProvidersInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutNpiProvidersInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }, { create?: Prisma.UserCreateWithoutNpiProvidersInput | Prisma.UserUncheckedCreateWithoutNpiProvidersInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutNpiProvidersInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }>; //# sourceMappingURL=UserCreateNestedOneWithoutNpiProvidersInput.schema.d.ts.map