import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionIncludeObjectSchema: z.ZodType; export declare const ServiceLineTransactionIncludeObjectZodSchema: z.ZodObject<{ 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; }>>]>>; serviceLine: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; }, { include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; }>>]>>; }, "strict", z.ZodTypeAny, { payment?: boolean | { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; } | undefined; serviceLine?: boolean | { include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; } | undefined; }, { payment?: boolean | { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; } | undefined; serviceLine?: boolean | { include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; } | undefined; }>; //# sourceMappingURL=ServiceLineTransactionInclude.schema.d.ts.map