import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineUpsertOneSchema: z.ZodType; export declare const ServiceLineUpsertOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineInclude>>; where: z.ZodType; create: z.ZodUnion<[z.ZodType, z.ZodType]>; update: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { create: Prisma.ServiceLineCreateInput | Prisma.ServiceLineUncheckedCreateInput; where: Prisma.ServiceLineWhereUniqueInput; update: Prisma.ServiceLineUpdateInput | Prisma.ServiceLineUncheckedUpdateInput; include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; }, { create: Prisma.ServiceLineCreateInput | Prisma.ServiceLineUncheckedCreateInput; where: Prisma.ServiceLineWhereUniqueInput; update: Prisma.ServiceLineUpdateInput | Prisma.ServiceLineUncheckedUpdateInput; include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; }>; //# sourceMappingURL=upsertOneServiceLine.schema.d.ts.map