import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpdateWithoutNotificationsInputObjectSchema: z.ZodType; export declare const UserUpdateWithoutNotificationsInputObjectZodSchema: z.ZodObject<{ 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>>; cloudFolders: z.ZodOptional>>; cloudFiles: z.ZodOptional>>; communications: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { staff?: Prisma.StaffUpdateManyWithoutUserNestedInput | undefined; claims?: Prisma.ClaimUpdateManyWithoutUserNestedInput | undefined; appointments?: Prisma.AppointmentUpdateManyWithoutUserNestedInput | undefined; username?: string | Prisma.StringFieldUpdateOperationsInput | undefined; password?: string | Prisma.StringFieldUpdateOperationsInput | undefined; communications?: Prisma.CommunicationUpdateManyWithoutUserNestedInput | undefined; patients?: Prisma.PatientUpdateManyWithoutUserNestedInput | undefined; npiProviders?: Prisma.NpiProviderUpdateManyWithoutUserNestedInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialUpdateManyWithoutUserNestedInput | undefined; updatedPayments?: Prisma.PaymentUpdateManyWithoutUpdatedByNestedInput | undefined; backups?: Prisma.DatabaseBackupUpdateManyWithoutUserNestedInput | undefined; backupDestinations?: Prisma.BackupDestinationUpdateManyWithoutUserNestedInput | undefined; cloudFolders?: Prisma.CloudFolderUpdateManyWithoutUserNestedInput | undefined; cloudFiles?: Prisma.CloudFileUpdateManyWithoutUserNestedInput | undefined; }, { staff?: Prisma.StaffUpdateManyWithoutUserNestedInput | undefined; claims?: Prisma.ClaimUpdateManyWithoutUserNestedInput | undefined; appointments?: Prisma.AppointmentUpdateManyWithoutUserNestedInput | undefined; username?: string | Prisma.StringFieldUpdateOperationsInput | undefined; password?: string | Prisma.StringFieldUpdateOperationsInput | undefined; communications?: Prisma.CommunicationUpdateManyWithoutUserNestedInput | undefined; patients?: Prisma.PatientUpdateManyWithoutUserNestedInput | undefined; npiProviders?: Prisma.NpiProviderUpdateManyWithoutUserNestedInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialUpdateManyWithoutUserNestedInput | undefined; updatedPayments?: Prisma.PaymentUpdateManyWithoutUpdatedByNestedInput | undefined; backups?: Prisma.DatabaseBackupUpdateManyWithoutUserNestedInput | undefined; backupDestinations?: Prisma.BackupDestinationUpdateManyWithoutUserNestedInput | undefined; cloudFolders?: Prisma.CloudFolderUpdateManyWithoutUserNestedInput | undefined; cloudFiles?: Prisma.CloudFileUpdateManyWithoutUserNestedInput | undefined; }>; //# sourceMappingURL=UserUpdateWithoutNotificationsInput.schema.d.ts.map