import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PdfFileUpsertOneSchema: z.ZodType; export declare const PdfFileUpsertOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PdfFileSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PdfFileInclude>>; where: z.ZodType; create: z.ZodUnion<[z.ZodType, z.ZodType]>; update: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { create: Prisma.PdfFileUncheckedCreateInput | Prisma.PdfFileCreateInput; where: Prisma.PdfFileWhereUniqueInput; update: Prisma.PdfFileUpdateInput | Prisma.PdfFileUncheckedUpdateInput; include?: Prisma.PdfFileInclude | undefined; select?: Prisma.PdfFileSelect | undefined; }, { create: Prisma.PdfFileUncheckedCreateInput | Prisma.PdfFileCreateInput; where: Prisma.PdfFileWhereUniqueInput; update: Prisma.PdfFileUpdateInput | Prisma.PdfFileUncheckedUpdateInput; include?: Prisma.PdfFileInclude | undefined; select?: Prisma.PdfFileSelect | undefined; }>; //# sourceMappingURL=upsertOnePdfFile.schema.d.ts.map