import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientOrderByWithRelationInputObjectSchema: z.ZodType; export declare const PatientOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; firstName: z.ZodOptional>; lastName: z.ZodOptional>; dateOfBirth: z.ZodOptional>; gender: z.ZodOptional>; phone: z.ZodOptional>; email: z.ZodOptional, z.ZodLazy>]>>; address: z.ZodOptional, z.ZodLazy>]>>; city: z.ZodOptional, z.ZodLazy>]>>; zipCode: z.ZodOptional, z.ZodLazy>]>>; insuranceProvider: z.ZodOptional, z.ZodLazy>]>>; insuranceId: z.ZodOptional, z.ZodLazy>]>>; groupNumber: z.ZodOptional, z.ZodLazy>]>>; policyHolder: z.ZodOptional, z.ZodLazy>]>>; allergies: z.ZodOptional, z.ZodLazy>]>>; medicalConditions: z.ZodOptional, z.ZodLazy>]>>; status: z.ZodOptional>; userId: z.ZodOptional>; createdAt: z.ZodOptional>; user: z.ZodOptional>>; appointments: z.ZodOptional>>; procedures: z.ZodOptional>>; claims: z.ZodOptional>>; groups: z.ZodOptional>>; payment: z.ZodOptional>>; communications: z.ZodOptional>>; documents: 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; procedures?: Prisma.AppointmentProcedureOrderByRelationAggregateInput | undefined; claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined; email?: "asc" | "desc" | Prisma.SortOrderInput | undefined; phone?: "asc" | "desc" | undefined; appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined; payment?: Prisma.PaymentOrderByRelationAggregateInput | undefined; dateOfBirth?: "asc" | "desc" | undefined; insuranceProvider?: "asc" | "desc" | Prisma.SortOrderInput | undefined; firstName?: "asc" | "desc" | undefined; lastName?: "asc" | "desc" | undefined; gender?: "asc" | "desc" | undefined; address?: "asc" | "desc" | Prisma.SortOrderInput | undefined; city?: "asc" | "desc" | Prisma.SortOrderInput | undefined; zipCode?: "asc" | "desc" | Prisma.SortOrderInput | undefined; insuranceId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; groupNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; policyHolder?: "asc" | "desc" | Prisma.SortOrderInput | undefined; allergies?: "asc" | "desc" | Prisma.SortOrderInput | undefined; medicalConditions?: "asc" | "desc" | Prisma.SortOrderInput | undefined; groups?: Prisma.PdfGroupOrderByRelationAggregateInput | undefined; documents?: Prisma.PatientDocumentOrderByRelationAggregateInput | undefined; communications?: Prisma.CommunicationOrderByRelationAggregateInput | undefined; }, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; procedures?: Prisma.AppointmentProcedureOrderByRelationAggregateInput | undefined; claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined; email?: "asc" | "desc" | Prisma.SortOrderInput | undefined; phone?: "asc" | "desc" | undefined; appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined; payment?: Prisma.PaymentOrderByRelationAggregateInput | undefined; dateOfBirth?: "asc" | "desc" | undefined; insuranceProvider?: "asc" | "desc" | Prisma.SortOrderInput | undefined; firstName?: "asc" | "desc" | undefined; lastName?: "asc" | "desc" | undefined; gender?: "asc" | "desc" | undefined; address?: "asc" | "desc" | Prisma.SortOrderInput | undefined; city?: "asc" | "desc" | Prisma.SortOrderInput | undefined; zipCode?: "asc" | "desc" | Prisma.SortOrderInput | undefined; insuranceId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; groupNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; policyHolder?: "asc" | "desc" | Prisma.SortOrderInput | undefined; allergies?: "asc" | "desc" | Prisma.SortOrderInput | undefined; medicalConditions?: "asc" | "desc" | Prisma.SortOrderInput | undefined; groups?: Prisma.PdfGroupOrderByRelationAggregateInput | undefined; documents?: Prisma.PatientDocumentOrderByRelationAggregateInput | undefined; communications?: Prisma.CommunicationOrderByRelationAggregateInput | undefined; }>; //# sourceMappingURL=PatientOrderByWithRelationInput.schema.d.ts.map