import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineFindManySelectSchema: z.ZodType; export declare const ServiceLineFindManySelectZodSchema: z.ZodObject<{ id: z.ZodOptional; claimId: z.ZodOptional; paymentId: z.ZodOptional; procedureCode: z.ZodOptional; procedureDate: z.ZodOptional; quad: z.ZodOptional; arch: z.ZodOptional; toothNumber: z.ZodOptional; toothSurface: z.ZodOptional; totalBilled: z.ZodOptional; totalPaid: z.ZodOptional; totalAdjusted: z.ZodOptional; totalDue: z.ZodOptional; status: z.ZodOptional; claim: z.ZodOptional; payment: z.ZodOptional; serviceLineTransactions: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; id?: boolean | undefined; procedureCode?: boolean | undefined; toothNumber?: boolean | undefined; toothSurface?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; paymentId?: boolean | undefined; payment?: boolean | undefined; procedureDate?: boolean | undefined; quad?: boolean | undefined; arch?: boolean | undefined; totalBilled?: boolean | undefined; totalPaid?: boolean | undefined; totalAdjusted?: boolean | undefined; totalDue?: boolean | undefined; serviceLineTransactions?: boolean | undefined; _count?: boolean | undefined; }, { status?: boolean | undefined; id?: boolean | undefined; procedureCode?: boolean | undefined; toothNumber?: boolean | undefined; toothSurface?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | undefined; paymentId?: boolean | undefined; payment?: boolean | undefined; procedureDate?: boolean | undefined; quad?: boolean | undefined; arch?: boolean | undefined; totalBilled?: boolean | undefined; totalPaid?: boolean | undefined; totalAdjusted?: boolean | undefined; totalDue?: boolean | undefined; serviceLineTransactions?: boolean | undefined; _count?: boolean | undefined; }>; export declare const ServiceLineFindManySchema: z.ZodType; export declare const ServiceLineFindManyZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.ServiceLineInclude>>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.ServiceLineWhereInput | undefined; include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; orderBy?: Prisma.ServiceLineOrderByWithRelationInput | Prisma.ServiceLineOrderByWithRelationInput[] | undefined; cursor?: Prisma.ServiceLineWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "status" | "id" | "procedureCode" | "toothNumber" | "toothSurface" | "claimId" | "paymentId" | "procedureDate" | "quad" | "arch" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | ("status" | "id" | "procedureCode" | "toothNumber" | "toothSurface" | "claimId" | "paymentId" | "procedureDate" | "quad" | "arch" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue")[] | undefined; }, { where?: Prisma.ServiceLineWhereInput | undefined; include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; orderBy?: Prisma.ServiceLineOrderByWithRelationInput | Prisma.ServiceLineOrderByWithRelationInput[] | undefined; cursor?: Prisma.ServiceLineWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "status" | "id" | "procedureCode" | "toothNumber" | "toothSurface" | "claimId" | "paymentId" | "procedureDate" | "quad" | "arch" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | ("status" | "id" | "procedureCode" | "toothNumber" | "toothSurface" | "claimId" | "paymentId" | "procedureDate" | "quad" | "arch" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue")[] | undefined; }>; //# sourceMappingURL=findManyServiceLine.schema.d.ts.map