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