import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientUpsertOneSchema: z.ZodType; export declare const PatientUpsertOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PatientSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PatientInclude>>; where: z.ZodType; create: z.ZodUnion<[z.ZodType, z.ZodType]>; update: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { create: Prisma.PatientUncheckedCreateInput | Prisma.PatientCreateInput; where: Prisma.PatientWhereUniqueInput; update: Prisma.PatientUpdateInput | Prisma.PatientUncheckedUpdateInput; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }, { create: Prisma.PatientUncheckedCreateInput | Prisma.PatientCreateInput; where: Prisma.PatientWhereUniqueInput; update: Prisma.PatientUpdateInput | Prisma.PatientUncheckedUpdateInput; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }>; //# sourceMappingURL=upsertOnePatient.schema.d.ts.map