import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType; export declare const PatientUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput; where: Prisma.PatientWhereUniqueInput; update: Prisma.PatientUncheckedUpdateWithoutUserInput | Prisma.PatientUpdateWithoutUserInput; }, { create: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput; where: Prisma.PatientWhereUniqueInput; update: Prisma.PatientUncheckedUpdateWithoutUserInput | Prisma.PatientUpdateWithoutUserInput; }>; //# sourceMappingURL=PatientUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map