import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineUncheckedCreateNestedManyWithoutPaymentInputObjectSchema: z.ZodType; export declare const ServiceLineUncheckedCreateNestedManyWithoutPaymentInputObjectZodSchema: 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.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined; createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; }, { create?: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined; createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=ServiceLineUncheckedCreateNestedManyWithoutPaymentInput.schema.d.ts.map