import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionUncheckedCreateNestedManyWithoutServiceLineInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionUncheckedCreateNestedManyWithoutServiceLineInputObjectZodSchema: 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.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput[] | undefined; connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput[] | undefined; createMany?: Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope | undefined; connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; }, { create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput[] | undefined; connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput[] | undefined; createMany?: Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope | undefined; connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=ServiceLineTransactionUncheckedCreateNestedManyWithoutServiceLineInput.schema.d.ts.map