import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const AppointmentProcedureFindUniqueOrThrowSchema: z.ZodType; export declare const AppointmentProcedureFindUniqueOrThrowZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentProcedureSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentProcedureInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.AppointmentProcedureWhereUniqueInput; include?: Prisma.AppointmentProcedureInclude | undefined; select?: Prisma.AppointmentProcedureSelect | undefined; }, { where: Prisma.AppointmentProcedureWhereUniqueInput; include?: Prisma.AppointmentProcedureInclude | undefined; select?: Prisma.AppointmentProcedureSelect | undefined; }>; //# sourceMappingURL=findUniqueOrThrowAppointmentProcedure.schema.d.ts.map