import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineArgsObjectSchema: z.ZodObject<{ select: 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; }>; export declare const ServiceLineArgsObjectZodSchema: z.ZodObject<{ select: 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; }>; //# sourceMappingURL=ServiceLineArgs.schema.d.ts.map