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