import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentUncheckedCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType; export declare const PatientDocumentUncheckedCreateNestedManyWithoutPatientInputObjectZodSchema: 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.PatientDocumentCreateWithoutPatientInput | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput | Prisma.PatientDocumentCreateWithoutPatientInput[] | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput[] | undefined; connectOrCreate?: Prisma.PatientDocumentCreateOrConnectWithoutPatientInput | Prisma.PatientDocumentCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PatientDocumentCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; }, { create?: Prisma.PatientDocumentCreateWithoutPatientInput | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput | Prisma.PatientDocumentCreateWithoutPatientInput[] | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput[] | undefined; connectOrCreate?: Prisma.PatientDocumentCreateOrConnectWithoutPatientInput | Prisma.PatientDocumentCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PatientDocumentCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=PatientDocumentUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts.map