import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineUpdateManySchema: z.ZodType; export declare const ServiceLineUpdateManyZodSchema: z.ZodObject<{ data: z.ZodType; where: z.ZodOptional>; }, "strict", z.ZodTypeAny, { data: Prisma.ServiceLineUpdateManyMutationInput; where?: Prisma.ServiceLineWhereInput | undefined; }, { data: Prisma.ServiceLineUpdateManyMutationInput; where?: Prisma.ServiceLineWhereInput | undefined; }>; //# sourceMappingURL=updateManyServiceLine.schema.d.ts.map