import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput; where: Prisma.ServiceLineTransactionWhereUniqueInput; update: Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateWithoutPaymentInput; }, { create: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput; where: Prisma.ServiceLineTransactionWhereUniqueInput; update: Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateWithoutPaymentInput; }>; //# sourceMappingURL=ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput.schema.d.ts.map