import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineIncludeObjectSchema: z.ZodType; export declare const ServiceLineIncludeObjectZodSchema: z.ZodObject<{ 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, { claim?: boolean | { include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; } | undefined; payment?: boolean | { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; } | undefined; serviceLineTransactions?: boolean | Prisma.ServiceLineTransactionFindManyArgs | undefined; _count?: boolean | { select?: Prisma.ServiceLineCountOutputTypeSelect | undefined; } | undefined; }, { claim?: boolean | { include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; } | undefined; payment?: boolean | { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; } | undefined; serviceLineTransactions?: boolean | Prisma.ServiceLineTransactionFindManyArgs | undefined; _count?: boolean | { select?: Prisma.ServiceLineCountOutputTypeSelect | undefined; } | undefined; }>; //# sourceMappingURL=ServiceLineInclude.schema.d.ts.map