import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionArgsObjectSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }, { include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }>; export declare const ServiceLineTransactionArgsObjectZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }, { include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }>; //# sourceMappingURL=ServiceLineTransactionArgs.schema.d.ts.map