import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupScalarWhereInputObjectSchema: z.ZodType; export declare const PdfGroupScalarWhereInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; title: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; titleKey: z.ZodOptional, z.ZodTypeDef, Prisma.EnumPdfTitleKeyFilter>>, z.ZodEnum<["INSURANCE_CLAIM", "INSURANCE_CLAIM_PREAUTH", "ELIGIBILITY_STATUS", "CLAIM_STATUS", "OTHER"]>]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; patientId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined; OR?: Prisma.PdfGroupScalarWhereInput[] | undefined; NOT?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined; title?: string | Prisma.StringFilter | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFilter | undefined; patientId?: number | Prisma.IntFilter | undefined; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined; OR?: Prisma.PdfGroupScalarWhereInput[] | undefined; NOT?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined; title?: string | Prisma.StringFilter | undefined; titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFilter | undefined; patientId?: number | Prisma.IntFilter | undefined; }>; //# sourceMappingURL=PdfGroupScalarWhereInput.schema.d.ts.map