import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineUpsertWithWhereUniqueWithoutClaimInputObjectSchema: z.ZodType; export declare const ServiceLineUpsertWithWhereUniqueWithoutClaimInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput; where: Prisma.ServiceLineWhereUniqueInput; update: Prisma.ServiceLineUncheckedUpdateWithoutClaimInput | Prisma.ServiceLineUpdateWithoutClaimInput; }, { create: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput; where: Prisma.ServiceLineWhereUniqueInput; update: Prisma.ServiceLineUncheckedUpdateWithoutClaimInput | Prisma.ServiceLineUpdateWithoutClaimInput; }>; //# sourceMappingURL=ServiceLineUpsertWithWhereUniqueWithoutClaimInput.schema.d.ts.map