import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateWithoutCloudFilesInputObjectSchema: z.ZodType; export declare const UserCreateWithoutCloudFilesInputObjectZodSchema: z.ZodObject<{ username: z.ZodString; password: z.ZodString; 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>>; communications: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { username: string; password: string; staff?: Prisma.StaffCreateNestedManyWithoutUserInput | undefined; claims?: Prisma.ClaimCreateNestedManyWithoutUserInput | undefined; appointments?: Prisma.AppointmentCreateNestedManyWithoutUserInput | undefined; communications?: Prisma.CommunicationCreateNestedManyWithoutUserInput | undefined; patients?: Prisma.PatientCreateNestedManyWithoutUserInput | undefined; npiProviders?: Prisma.NpiProviderCreateNestedManyWithoutUserInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialCreateNestedManyWithoutUserInput | undefined; updatedPayments?: Prisma.PaymentCreateNestedManyWithoutUpdatedByInput | undefined; backups?: Prisma.DatabaseBackupCreateNestedManyWithoutUserInput | undefined; backupDestinations?: Prisma.BackupDestinationCreateNestedManyWithoutUserInput | undefined; notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput | undefined; cloudFolders?: Prisma.CloudFolderCreateNestedManyWithoutUserInput | undefined; }, { username: string; password: string; staff?: Prisma.StaffCreateNestedManyWithoutUserInput | undefined; claims?: Prisma.ClaimCreateNestedManyWithoutUserInput | undefined; appointments?: Prisma.AppointmentCreateNestedManyWithoutUserInput | undefined; communications?: Prisma.CommunicationCreateNestedManyWithoutUserInput | undefined; patients?: Prisma.PatientCreateNestedManyWithoutUserInput | undefined; npiProviders?: Prisma.NpiProviderCreateNestedManyWithoutUserInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialCreateNestedManyWithoutUserInput | undefined; updatedPayments?: Prisma.PaymentCreateNestedManyWithoutUpdatedByInput | undefined; backups?: Prisma.DatabaseBackupCreateNestedManyWithoutUserInput | undefined; backupDestinations?: Prisma.BackupDestinationCreateNestedManyWithoutUserInput | undefined; notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput | undefined; cloudFolders?: Prisma.CloudFolderCreateNestedManyWithoutUserInput | undefined; }>; //# sourceMappingURL=UserCreateWithoutCloudFilesInput.schema.d.ts.map