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