import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineTransactionUpsertOneSchema: z.ZodType; export declare const ServiceLineTransactionUpsertOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude>>; where: z.ZodType; create: z.ZodUnion<[z.ZodType, z.ZodType]>; update: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { create: Prisma.ServiceLineTransactionCreateInput | Prisma.ServiceLineTransactionUncheckedCreateInput; where: Prisma.ServiceLineTransactionWhereUniqueInput; update: Prisma.ServiceLineTransactionUpdateInput | Prisma.ServiceLineTransactionUncheckedUpdateInput; include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }, { create: Prisma.ServiceLineTransactionCreateInput | Prisma.ServiceLineTransactionUncheckedCreateInput; where: Prisma.ServiceLineTransactionWhereUniqueInput; update: Prisma.ServiceLineTransactionUpdateInput | Prisma.ServiceLineTransactionUncheckedUpdateInput; include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }>; //# sourceMappingURL=upsertOneServiceLineTransaction.schema.d.ts.map