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