import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineUpdateManyWithoutPaymentNestedInputObjectSchema: z.ZodType; export declare const ServiceLineUpdateManyWithoutPaymentNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; set: z.ZodOptional>, z.ZodArray>, "many">]>>; disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; delete: z.ZodOptional>, z.ZodArray>, "many">]>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; update: z.ZodOptional>, z.ZodArray>, "many">]>>; updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined; set?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined; createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; update?: Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput[] | undefined; upsert?: Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput[] | undefined; disconnect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; delete?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; updateMany?: Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput | Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput[] | undefined; deleteMany?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined; }, { create?: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined; set?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined; createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; update?: Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput[] | undefined; upsert?: Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput[] | undefined; disconnect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; delete?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; updateMany?: Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput | Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput[] | undefined; deleteMany?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined; }>; //# sourceMappingURL=ServiceLineUpdateManyWithoutPaymentNestedInput.schema.d.ts.map