import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupUpdateInputObjectSchema: z.ZodType; export declare const PdfGroupUpdateInputObjectZodSchema: z.ZodObject<{ title: z.ZodOptional>]>>; titleKey: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>]>>; patient: z.ZodOptional>>; pdfs: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; title?: string | Prisma.StringFieldUpdateOperationsInput | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined; pdfs?: Prisma.PdfFileUpdateManyWithoutGroupNestedInput | undefined; patient?: Prisma.PatientUpdateOneRequiredWithoutGroupsNestedInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; title?: string | Prisma.StringFieldUpdateOperationsInput | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined; pdfs?: Prisma.PdfFileUpdateManyWithoutGroupNestedInput | undefined; patient?: Prisma.PatientUpdateOneRequiredWithoutGroupsNestedInput | undefined; }>; //# sourceMappingURL=PdfGroupUpdateInput.schema.d.ts.map