import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ServiceLineTransactionCreateOneSchema: z.ZodType; export declare const ServiceLineTransactionCreateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { data: Prisma.ServiceLineTransactionCreateInput | Prisma.ServiceLineTransactionUncheckedCreateInput; include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }, { data: Prisma.ServiceLineTransactionCreateInput | Prisma.ServiceLineTransactionUncheckedCreateInput; include?: Prisma.ServiceLineTransactionInclude | undefined; select?: Prisma.ServiceLineTransactionSelect | undefined; }>; //# sourceMappingURL=createOneServiceLineTransaction.schema.d.ts.map