import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateNestedOneWithoutPatientsInputObjectSchema: z.ZodType; export declare const UserCreateNestedOneWithoutPatientsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutPatientsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }, { create?: Prisma.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutPatientsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; }>; //# sourceMappingURL=UserCreateNestedOneWithoutPatientsInput.schema.d.ts.map