import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentOrderByWithRelationInputObjectSchema: z.ZodType; export declare const AppointmentOrderByWithRelationInputObjectZodSchema: 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>; patient: z.ZodOptional>>; user: z.ZodOptional>>; staff: z.ZodOptional>>; procedures: z.ZodOptional>>; claims: 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; user?: Prisma.UserOrderByWithRelationInput | undefined; date?: "asc" | "desc" | undefined; title?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; patient?: Prisma.PatientOrderByWithRelationInput | 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; staff?: Prisma.StaffOrderByWithRelationInput | undefined; procedures?: Prisma.AppointmentProcedureOrderByRelationAggregateInput | undefined; staffId?: "asc" | "desc" | undefined; claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined; }, { type?: "asc" | "desc" | undefined; status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; date?: "asc" | "desc" | undefined; title?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; patient?: Prisma.PatientOrderByWithRelationInput | 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; staff?: Prisma.StaffOrderByWithRelationInput | undefined; procedures?: Prisma.AppointmentProcedureOrderByRelationAggregateInput | undefined; staffId?: "asc" | "desc" | undefined; claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined; }>; //# sourceMappingURL=AppointmentOrderByWithRelationInput.schema.d.ts.map