import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { where: Prisma.ServiceLineTransactionWhereUniqueInput; data: Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput; }, { where: Prisma.ServiceLineTransactionWhereUniqueInput; data: Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput; }>; //# sourceMappingURL=ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput.schema.d.ts.map