import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineUpsertWithWhereUniqueWithoutPaymentInputObjectSchema: z.ZodType; export declare const ServiceLineUpsertWithWhereUniqueWithoutPaymentInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput; where: Prisma.ServiceLineWhereUniqueInput; update: Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineUpdateWithoutPaymentInput; }, { create: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput; where: Prisma.ServiceLineWhereUniqueInput; update: Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineUpdateWithoutPaymentInput; }>; //# sourceMappingURL=ServiceLineUpsertWithWhereUniqueWithoutPaymentInput.schema.d.ts.map