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