import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineSelectObjectSchema: z.ZodType; export declare const ServiceLineSelectObjectZodSchema: 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, z.ZodTypeDef, Prisma.ClaimSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ClaimInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; }, { include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; }>>]>>; payment: z.ZodOptional, z.ZodTypeDef, Prisma.PaymentSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PaymentInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; }, { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; }>>]>>; serviceLineTransactions: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionFindManyArgs>>]>>; _count: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineCountOutputTypeSelect>>>; }, "strict", z.ZodTypeAny, { select?: Prisma.ServiceLineCountOutputTypeSelect | undefined; }, { select?: Prisma.ServiceLineCountOutputTypeSelect | undefined; }>>]>>; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; id?: boolean | undefined; procedureCode?: boolean | undefined; toothNumber?: boolean | undefined; toothSurface?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | { include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; } | undefined; paymentId?: boolean | undefined; payment?: boolean | { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; } | undefined; procedureDate?: boolean | undefined; quad?: boolean | undefined; arch?: boolean | undefined; totalBilled?: boolean | undefined; totalPaid?: boolean | undefined; totalAdjusted?: boolean | undefined; totalDue?: boolean | undefined; serviceLineTransactions?: boolean | Prisma.ServiceLineTransactionFindManyArgs | undefined; _count?: boolean | { select?: Prisma.ServiceLineCountOutputTypeSelect | undefined; } | undefined; }, { status?: boolean | undefined; id?: boolean | undefined; procedureCode?: boolean | undefined; toothNumber?: boolean | undefined; toothSurface?: boolean | undefined; claimId?: boolean | undefined; claim?: boolean | { include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; } | undefined; paymentId?: boolean | undefined; payment?: boolean | { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; } | undefined; procedureDate?: boolean | undefined; quad?: boolean | undefined; arch?: boolean | undefined; totalBilled?: boolean | undefined; totalPaid?: boolean | undefined; totalAdjusted?: boolean | undefined; totalDue?: boolean | undefined; serviceLineTransactions?: boolean | Prisma.ServiceLineTransactionFindManyArgs | undefined; _count?: boolean | { select?: Prisma.ServiceLineCountOutputTypeSelect | undefined; } | undefined; }>; //# sourceMappingURL=ServiceLineSelect.schema.d.ts.map