import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupUncheckedUpdateManyWithoutPatientInputObjectSchema: z.ZodType; export declare const PdfGroupUncheckedUpdateManyWithoutPatientInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>]>>; title: z.ZodOptional>]>>; titleKey: z.ZodOptional, z.ZodLazy>]>>; createdAt: 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; }, { 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; }>; //# sourceMappingURL=PdfGroupUncheckedUpdateManyWithoutPatientInput.schema.d.ts.map