import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserOrderByWithRelationInputObjectSchema: z.ZodType; export declare const UserOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; username: z.ZodOptional>; password: z.ZodOptional>; patients: z.ZodOptional>>; appointments: z.ZodOptional>>; staff: z.ZodOptional>>; npiProviders: z.ZodOptional>>; claims: z.ZodOptional>>; insuranceCredentials: z.ZodOptional>>; updatedPayments: z.ZodOptional>>; backups: z.ZodOptional>>; backupDestinations: z.ZodOptional>>; notifications: z.ZodOptional>>; cloudFolders: z.ZodOptional>>; cloudFiles: z.ZodOptional>>; communications: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { id?: "asc" | "desc" | undefined; staff?: Prisma.StaffOrderByRelationAggregateInput | undefined; claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined; appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined; username?: "asc" | "desc" | undefined; password?: "asc" | "desc" | undefined; communications?: Prisma.CommunicationOrderByRelationAggregateInput | undefined; patients?: Prisma.PatientOrderByRelationAggregateInput | undefined; npiProviders?: Prisma.NpiProviderOrderByRelationAggregateInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialOrderByRelationAggregateInput | undefined; updatedPayments?: Prisma.PaymentOrderByRelationAggregateInput | undefined; backups?: Prisma.DatabaseBackupOrderByRelationAggregateInput | undefined; backupDestinations?: Prisma.BackupDestinationOrderByRelationAggregateInput | undefined; notifications?: Prisma.NotificationOrderByRelationAggregateInput | undefined; cloudFolders?: Prisma.CloudFolderOrderByRelationAggregateInput | undefined; cloudFiles?: Prisma.CloudFileOrderByRelationAggregateInput | undefined; }, { id?: "asc" | "desc" | undefined; staff?: Prisma.StaffOrderByRelationAggregateInput | undefined; claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined; appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined; username?: "asc" | "desc" | undefined; password?: "asc" | "desc" | undefined; communications?: Prisma.CommunicationOrderByRelationAggregateInput | undefined; patients?: Prisma.PatientOrderByRelationAggregateInput | undefined; npiProviders?: Prisma.NpiProviderOrderByRelationAggregateInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialOrderByRelationAggregateInput | undefined; updatedPayments?: Prisma.PaymentOrderByRelationAggregateInput | undefined; backups?: Prisma.DatabaseBackupOrderByRelationAggregateInput | undefined; backupDestinations?: Prisma.BackupDestinationOrderByRelationAggregateInput | undefined; notifications?: Prisma.NotificationOrderByRelationAggregateInput | undefined; cloudFolders?: Prisma.CloudFolderOrderByRelationAggregateInput | undefined; cloudFiles?: Prisma.CloudFileOrderByRelationAggregateInput | undefined; }>; //# sourceMappingURL=UserOrderByWithRelationInput.schema.d.ts.map