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