import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupUncheckedCreateWithoutPdfsInputObjectSchema: z.ZodType; export declare const PdfGroupUncheckedCreateWithoutPdfsInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; title: z.ZodString; titleKey: z.ZodOptional>; createdAt: z.ZodOptional; patientId: z.ZodNumber; }, "strict", z.ZodTypeAny, { title: string; patientId: number; createdAt?: Date | undefined; id?: number | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined; }, { title: string; patientId: number; createdAt?: Date | undefined; id?: number | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined; }>; //# sourceMappingURL=PdfGroupUncheckedCreateWithoutPdfsInput.schema.d.ts.map