import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientDeleteOneSchema: z.ZodType; export declare const PatientDeleteOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PatientSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PatientInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.PatientWhereUniqueInput; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }, { where: Prisma.PatientWhereUniqueInput; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }>; //# sourceMappingURL=deleteOnePatient.schema.d.ts.map