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