import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineCreateOneSchema: z.ZodType; export declare const ServiceLineCreateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { data: Prisma.ServiceLineCreateInput | Prisma.ServiceLineUncheckedCreateInput; include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; }, { data: Prisma.ServiceLineCreateInput | Prisma.ServiceLineUncheckedCreateInput; include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; }>; //# sourceMappingURL=createOneServiceLine.schema.d.ts.map