import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineTransactionDeleteOneSchema: z.ZodType; export declare const ServiceLineTransactionDeleteOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.ServiceLineTransactionWhereUniqueInput; include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }, { where: Prisma.ServiceLineTransactionWhereUniqueInput; include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }>; //# sourceMappingURL=deleteOneServiceLineTransaction.schema.d.ts.map