import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupUpdateOneRequiredWithoutPdfsNestedInputObjectSchema: z.ZodType; export declare const PdfGroupUpdateOneRequiredWithoutPdfsNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PdfGroupCreateWithoutPdfsInput | Prisma.PdfGroupUncheckedCreateWithoutPdfsInput | undefined; connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPdfsInput | undefined; connect?: Prisma.PdfGroupWhereUniqueInput | undefined; update?: Prisma.PdfGroupUpdateWithoutPdfsInput | Prisma.PdfGroupUncheckedUpdateWithoutPdfsInput | Prisma.PdfGroupUpdateToOneWithWhereWithoutPdfsInput | undefined; upsert?: Prisma.PdfGroupUpsertWithoutPdfsInput | undefined; }, { create?: Prisma.PdfGroupCreateWithoutPdfsInput | Prisma.PdfGroupUncheckedCreateWithoutPdfsInput | undefined; connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPdfsInput | undefined; connect?: Prisma.PdfGroupWhereUniqueInput | undefined; update?: Prisma.PdfGroupUpdateWithoutPdfsInput | Prisma.PdfGroupUncheckedUpdateWithoutPdfsInput | Prisma.PdfGroupUpdateToOneWithWhereWithoutPdfsInput | undefined; upsert?: Prisma.PdfGroupUpsertWithoutPdfsInput | undefined; }>; //# sourceMappingURL=PdfGroupUpdateOneRequiredWithoutPdfsNestedInput.schema.d.ts.map