import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfFileUpsertWithWhereUniqueWithoutGroupInputObjectSchema: z.ZodType; export declare const PdfFileUpsertWithWhereUniqueWithoutGroupInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput; where: Prisma.PdfFileWhereUniqueInput; update: Prisma.PdfFileUpdateWithoutGroupInput | Prisma.PdfFileUncheckedUpdateWithoutGroupInput; }, { create: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput; where: Prisma.PdfFileWhereUniqueInput; update: Prisma.PdfFileUpdateWithoutGroupInput | Prisma.PdfFileUncheckedUpdateWithoutGroupInput; }>; //# sourceMappingURL=PdfFileUpsertWithWhereUniqueWithoutGroupInput.schema.d.ts.map