import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupUpdateManyMutationInputObjectSchema: z.ZodType; export declare const PdfGroupUpdateManyMutationInputObjectZodSchema: z.ZodObject<{ title: z.ZodOptional>]>>; titleKey: z.ZodOptional, z.ZodLazy>]>>; createdAt: 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; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; title?: string | Prisma.StringFieldUpdateOperationsInput | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined; }>; //# sourceMappingURL=PdfGroupUpdateManyMutationInput.schema.d.ts.map