import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupUpsertWithoutPdfsInputObjectSchema: z.ZodType; export declare const PdfGroupUpsertWithoutPdfsInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.PdfGroupCreateWithoutPdfsInput | Prisma.PdfGroupUncheckedCreateWithoutPdfsInput; update: Prisma.PdfGroupUpdateWithoutPdfsInput | Prisma.PdfGroupUncheckedUpdateWithoutPdfsInput; where?: Prisma.PdfGroupWhereInput | undefined; }, { create: Prisma.PdfGroupCreateWithoutPdfsInput | Prisma.PdfGroupUncheckedCreateWithoutPdfsInput; update: Prisma.PdfGroupUpdateWithoutPdfsInput | Prisma.PdfGroupUncheckedUpdateWithoutPdfsInput; where?: Prisma.PdfGroupWhereInput | undefined; }>; //# sourceMappingURL=PdfGroupUpsertWithoutPdfsInput.schema.d.ts.map