import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimOrderByWithRelationInputObjectSchema: z.ZodType; export declare const ClaimOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; patientId: z.ZodOptional>; appointmentId: z.ZodOptional>; userId: z.ZodOptional>; staffId: z.ZodOptional>; patientName: z.ZodOptional>; memberId: z.ZodOptional>; dateOfBirth: z.ZodOptional>; remarks: z.ZodOptional>; missingTeethStatus: z.ZodOptional>; missingTeeth: z.ZodOptional, z.ZodLazy>]>>; serviceDate: z.ZodOptional>; insuranceProvider: z.ZodOptional>; createdAt: z.ZodOptional>; updatedAt: z.ZodOptional>; status: z.ZodOptional>; claimNumber: z.ZodOptional, z.ZodLazy>]>>; patient: z.ZodOptional>>; appointment: z.ZodOptional>>; user: z.ZodOptional>>; staff: z.ZodOptional>>; serviceLines: z.ZodOptional>>; claimFiles: z.ZodOptional>>; payment: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; patientId?: "asc" | "desc" | undefined; patient?: Prisma.PatientOrderByWithRelationInput | undefined; appointmentId?: "asc" | "desc" | undefined; appointment?: Prisma.AppointmentOrderByWithRelationInput | undefined; staff?: Prisma.StaffOrderByWithRelationInput | undefined; staffId?: "asc" | "desc" | undefined; payment?: Prisma.PaymentOrderByWithRelationInput | undefined; updatedAt?: "asc" | "desc" | undefined; serviceLines?: Prisma.ServiceLineOrderByRelationAggregateInput | undefined; patientName?: "asc" | "desc" | undefined; memberId?: "asc" | "desc" | undefined; dateOfBirth?: "asc" | "desc" | undefined; remarks?: "asc" | "desc" | undefined; missingTeethStatus?: "asc" | "desc" | undefined; missingTeeth?: "asc" | "desc" | Prisma.SortOrderInput | undefined; serviceDate?: "asc" | "desc" | undefined; insuranceProvider?: "asc" | "desc" | undefined; claimNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claimFiles?: Prisma.ClaimFileOrderByRelationAggregateInput | undefined; }, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; patientId?: "asc" | "desc" | undefined; patient?: Prisma.PatientOrderByWithRelationInput | undefined; appointmentId?: "asc" | "desc" | undefined; appointment?: Prisma.AppointmentOrderByWithRelationInput | undefined; staff?: Prisma.StaffOrderByWithRelationInput | undefined; staffId?: "asc" | "desc" | undefined; payment?: Prisma.PaymentOrderByWithRelationInput | undefined; updatedAt?: "asc" | "desc" | undefined; serviceLines?: Prisma.ServiceLineOrderByRelationAggregateInput | undefined; patientName?: "asc" | "desc" | undefined; memberId?: "asc" | "desc" | undefined; dateOfBirth?: "asc" | "desc" | undefined; remarks?: "asc" | "desc" | undefined; missingTeethStatus?: "asc" | "desc" | undefined; missingTeeth?: "asc" | "desc" | Prisma.SortOrderInput | undefined; serviceDate?: "asc" | "desc" | undefined; insuranceProvider?: "asc" | "desc" | undefined; claimNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; claimFiles?: Prisma.ClaimFileOrderByRelationAggregateInput | undefined; }>; //# sourceMappingURL=ClaimOrderByWithRelationInput.schema.d.ts.map