import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientCreateNestedManyWithoutUserInputObjectSchema: z.ZodType; export declare const PatientCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput[] | Prisma.PatientUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutUserInput | Prisma.PatientCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.PatientCreateManyUserInputEnvelope | undefined; connect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; }, { create?: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput[] | Prisma.PatientUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutUserInput | Prisma.PatientCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.PatientCreateManyUserInputEnvelope | undefined; connect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=PatientCreateNestedManyWithoutUserInput.schema.d.ts.map