import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientCreateOneSchema: z.ZodType; export declare const PatientCreateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PatientSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PatientInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { data: Prisma.PatientUncheckedCreateInput | Prisma.PatientCreateInput; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }, { data: Prisma.PatientUncheckedCreateInput | Prisma.PatientCreateInput; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }>; //# sourceMappingURL=createOnePatient.schema.d.ts.map