import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineDeleteOneSchema: z.ZodType; export declare const ServiceLineDeleteOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.ServiceLineWhereUniqueInput; include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; }, { where: Prisma.ServiceLineWhereUniqueInput; include?: Prisma.ServiceLineInclude | undefined; select?: Prisma.ServiceLineSelect | undefined; }>; //# sourceMappingURL=deleteOneServiceLine.schema.d.ts.map