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