import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUncheckedUpdateWithoutPatientsInputObjectSchema: z.ZodType; export declare const UserUncheckedUpdateWithoutPatientsInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>]>>; username: z.ZodOptional>]>>; password: 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?: number | Prisma.IntFieldUpdateOperationsInput | undefined; staff?: Prisma.StaffUncheckedUpdateManyWithoutUserNestedInput | undefined; claims?: Prisma.ClaimUncheckedUpdateManyWithoutUserNestedInput | undefined; appointments?: Prisma.AppointmentUncheckedUpdateManyWithoutUserNestedInput | undefined; username?: string | Prisma.StringFieldUpdateOperationsInput | undefined; password?: string | Prisma.StringFieldUpdateOperationsInput | undefined; communications?: Prisma.CommunicationUncheckedUpdateManyWithoutUserNestedInput | undefined; npiProviders?: Prisma.NpiProviderUncheckedUpdateManyWithoutUserNestedInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialUncheckedUpdateManyWithoutUserNestedInput | undefined; updatedPayments?: Prisma.PaymentUncheckedUpdateManyWithoutUpdatedByNestedInput | undefined; backups?: Prisma.DatabaseBackupUncheckedUpdateManyWithoutUserNestedInput | undefined; backupDestinations?: Prisma.BackupDestinationUncheckedUpdateManyWithoutUserNestedInput | undefined; notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput | undefined; cloudFolders?: Prisma.CloudFolderUncheckedUpdateManyWithoutUserNestedInput | undefined; cloudFiles?: Prisma.CloudFileUncheckedUpdateManyWithoutUserNestedInput | undefined; }, { id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; staff?: Prisma.StaffUncheckedUpdateManyWithoutUserNestedInput | undefined; claims?: Prisma.ClaimUncheckedUpdateManyWithoutUserNestedInput | undefined; appointments?: Prisma.AppointmentUncheckedUpdateManyWithoutUserNestedInput | undefined; username?: string | Prisma.StringFieldUpdateOperationsInput | undefined; password?: string | Prisma.StringFieldUpdateOperationsInput | undefined; communications?: Prisma.CommunicationUncheckedUpdateManyWithoutUserNestedInput | undefined; npiProviders?: Prisma.NpiProviderUncheckedUpdateManyWithoutUserNestedInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialUncheckedUpdateManyWithoutUserNestedInput | undefined; updatedPayments?: Prisma.PaymentUncheckedUpdateManyWithoutUpdatedByNestedInput | undefined; backups?: Prisma.DatabaseBackupUncheckedUpdateManyWithoutUserNestedInput | undefined; backupDestinations?: Prisma.BackupDestinationUncheckedUpdateManyWithoutUserNestedInput | undefined; notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput | undefined; cloudFolders?: Prisma.CloudFolderUncheckedUpdateManyWithoutUserNestedInput | undefined; cloudFiles?: Prisma.CloudFileUncheckedUpdateManyWithoutUserNestedInput | undefined; }>; //# sourceMappingURL=UserUncheckedUpdateWithoutPatientsInput.schema.d.ts.map