import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateOrConnectWithoutPatientsInputObjectSchema: z.ZodType; export declare const UserCreateOrConnectWithoutPatientsInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput; where: Prisma.UserWhereUniqueInput; }, { create: Prisma.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput; where: Prisma.UserWhereUniqueInput; }>; //# sourceMappingURL=UserCreateOrConnectWithoutPatientsInput.schema.d.ts.map