import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureAvgOrderByAggregateInputObjectSchema: z.ZodType; export declare const AppointmentProcedureAvgOrderByAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; appointmentId: z.ZodOptional>; patientId: z.ZodOptional>; fee: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; fee?: "asc" | "desc" | undefined; appointmentId?: "asc" | "desc" | undefined; }, { id?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; fee?: "asc" | "desc" | undefined; appointmentId?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=AppointmentProcedureAvgOrderByAggregateInput.schema.d.ts.map