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