import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType; export declare const PdfGroupCreateNestedManyWithoutPatientInputObjectZodSchema: 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.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined; connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; }, { create?: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined; connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=PdfGroupCreateNestedManyWithoutPatientInput.schema.d.ts.map