import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupUncheckedUpdateWithoutPdfsInputObjectSchema: z.ZodType; export declare const PdfGroupUncheckedUpdateWithoutPdfsInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>]>>; title: z.ZodOptional>]>>; titleKey: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>]>>; patientId: z.ZodOptional>]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; title?: string | Prisma.StringFieldUpdateOperationsInput | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined; patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; title?: string | Prisma.StringFieldUpdateOperationsInput | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined; patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; }>; //# sourceMappingURL=PdfGroupUncheckedUpdateWithoutPdfsInput.schema.d.ts.map