import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineCreateOrConnectWithoutServiceLineTransactionsInputObjectSchema: z.ZodType; export declare const ServiceLineCreateOrConnectWithoutServiceLineTransactionsInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput; where: Prisma.ServiceLineWhereUniqueInput; }, { create: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput; where: Prisma.ServiceLineWhereUniqueInput; }>; //# sourceMappingURL=ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput.schema.d.ts.map