import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const AppointmentOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; patientId: z.ZodOptional>; userId: z.ZodOptional>; staffId: z.ZodOptional>; title: z.ZodOptional>; date: z.ZodOptional>; startTime: z.ZodOptional>; endTime: z.ZodOptional>; type: z.ZodOptional>; notes: z.ZodOptional, z.ZodLazy>]>>; procedureCodeNotes: z.ZodOptional, z.ZodLazy>]>>; status: z.ZodOptional>; createdAt: z.ZodOptional>; eligibilityStatus: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { type?: "asc" | "desc" | undefined; status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; date?: "asc" | "desc" | undefined; title?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; startTime?: "asc" | "desc" | undefined; endTime?: "asc" | "desc" | undefined; notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined; procedureCodeNotes?: "asc" | "desc" | Prisma.SortOrderInput | undefined; eligibilityStatus?: "asc" | "desc" | undefined; staffId?: "asc" | "desc" | undefined; _count?: Prisma.AppointmentCountOrderByAggregateInput | undefined; _min?: Prisma.AppointmentMinOrderByAggregateInput | undefined; _max?: Prisma.AppointmentMaxOrderByAggregateInput | undefined; _avg?: Prisma.AppointmentAvgOrderByAggregateInput | undefined; _sum?: Prisma.AppointmentSumOrderByAggregateInput | undefined; }, { type?: "asc" | "desc" | undefined; status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; date?: "asc" | "desc" | undefined; title?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; startTime?: "asc" | "desc" | undefined; endTime?: "asc" | "desc" | undefined; notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined; procedureCodeNotes?: "asc" | "desc" | Prisma.SortOrderInput | undefined; eligibilityStatus?: "asc" | "desc" | undefined; staffId?: "asc" | "desc" | undefined; _count?: Prisma.AppointmentCountOrderByAggregateInput | undefined; _min?: Prisma.AppointmentMinOrderByAggregateInput | undefined; _max?: Prisma.AppointmentMaxOrderByAggregateInput | undefined; _avg?: Prisma.AppointmentAvgOrderByAggregateInput | undefined; _sum?: Prisma.AppointmentSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=AppointmentOrderByWithAggregationInput.schema.d.ts.map