import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionCreateNestedManyWithoutPaymentInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionCreateNestedManyWithoutPaymentInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput[] | undefined; connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput[] | undefined; createMany?: Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope | undefined; connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; }, { create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput[] | undefined; connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput[] | undefined; createMany?: Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope | undefined; connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=ServiceLineTransactionCreateNestedManyWithoutPaymentInput.schema.d.ts.map