import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupCreateWithoutPdfsInputObjectSchema: z.ZodType; export declare const PdfGroupCreateWithoutPdfsInputObjectZodSchema: z.ZodObject<{ title: z.ZodString; titleKey: z.ZodOptional>; createdAt: z.ZodOptional; patient: z.ZodLazy>; }, "strict", z.ZodTypeAny, { title: string; patient: Prisma.PatientCreateNestedOneWithoutGroupsInput; createdAt?: Date | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined; }, { title: string; patient: Prisma.PatientCreateNestedOneWithoutGroupsInput; createdAt?: Date | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | undefined; }>; //# sourceMappingURL=PdfGroupCreateWithoutPdfsInput.schema.d.ts.map