import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUncheckedUpdateWithoutInsuranceCredentialsInputObjectSchema: z.ZodType; export declare const UserUncheckedUpdateWithoutInsuranceCredentialsInputObjectZodSchema: 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>>; 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; patients?: Prisma.PatientUncheckedUpdateManyWithoutUserNestedInput | undefined; npiProviders?: Prisma.NpiProviderUncheckedUpdateManyWithoutUserNestedInput | 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; patients?: Prisma.PatientUncheckedUpdateManyWithoutUserNestedInput | undefined; npiProviders?: Prisma.NpiProviderUncheckedUpdateManyWithoutUserNestedInput | 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=UserUncheckedUpdateWithoutInsuranceCredentialsInput.schema.d.ts.map