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