import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUncheckedCreateWithoutNpiProvidersInputObjectSchema: z.ZodType; export declare const UserUncheckedCreateWithoutNpiProvidersInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; username: z.ZodString; password: z.ZodString; patients: z.ZodOptional>>; appointments: z.ZodOptional>>; staff: 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, { username: string; password: string; id?: number | undefined; staff?: Prisma.StaffUncheckedCreateNestedManyWithoutUserInput | undefined; claims?: Prisma.ClaimUncheckedCreateNestedManyWithoutUserInput | undefined; appointments?: Prisma.AppointmentUncheckedCreateNestedManyWithoutUserInput | undefined; communications?: Prisma.CommunicationUncheckedCreateNestedManyWithoutUserInput | undefined; patients?: Prisma.PatientUncheckedCreateNestedManyWithoutUserInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialUncheckedCreateNestedManyWithoutUserInput | undefined; updatedPayments?: Prisma.PaymentUncheckedCreateNestedManyWithoutUpdatedByInput | undefined; backups?: Prisma.DatabaseBackupUncheckedCreateNestedManyWithoutUserInput | undefined; backupDestinations?: Prisma.BackupDestinationUncheckedCreateNestedManyWithoutUserInput | undefined; notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput | undefined; cloudFolders?: Prisma.CloudFolderUncheckedCreateNestedManyWithoutUserInput | undefined; cloudFiles?: Prisma.CloudFileUncheckedCreateNestedManyWithoutUserInput | undefined; }, { username: string; password: string; id?: number | undefined; staff?: Prisma.StaffUncheckedCreateNestedManyWithoutUserInput | undefined; claims?: Prisma.ClaimUncheckedCreateNestedManyWithoutUserInput | undefined; appointments?: Prisma.AppointmentUncheckedCreateNestedManyWithoutUserInput | undefined; communications?: Prisma.CommunicationUncheckedCreateNestedManyWithoutUserInput | undefined; patients?: Prisma.PatientUncheckedCreateNestedManyWithoutUserInput | undefined; insuranceCredentials?: Prisma.InsuranceCredentialUncheckedCreateNestedManyWithoutUserInput | undefined; updatedPayments?: Prisma.PaymentUncheckedCreateNestedManyWithoutUpdatedByInput | undefined; backups?: Prisma.DatabaseBackupUncheckedCreateNestedManyWithoutUserInput | undefined; backupDestinations?: Prisma.BackupDestinationUncheckedCreateNestedManyWithoutUserInput | undefined; notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput | undefined; cloudFolders?: Prisma.CloudFolderUncheckedCreateNestedManyWithoutUserInput | undefined; cloudFiles?: Prisma.CloudFileUncheckedCreateNestedManyWithoutUserInput | undefined; }>; //# sourceMappingURL=UserUncheckedCreateWithoutNpiProvidersInput.schema.d.ts.map