import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const EnumPdfTitleKeyFieldUpdateOperationsInputObjectSchema: z.ZodType; export declare const EnumPdfTitleKeyFieldUpdateOperationsInputObjectZodSchema: z.ZodObject<{ set: z.ZodOptional>; }, "strict", z.ZodTypeAny, { set?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined; }, { set?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined; }>; //# sourceMappingURL=EnumPdfTitleKeyFieldUpdateOperationsInput.schema.d.ts.map