import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectSchema: z.ZodType; export declare const ServiceLineUncheckedUpdateManyWithoutClaimNestedInputObjectZodSchema: 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.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined; set?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined; createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; update?: Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput | Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput[] | undefined; upsert?: Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput | Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput[] | undefined; disconnect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; delete?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; updateMany?: Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput | Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput[] | undefined; deleteMany?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined; }, { create?: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined; set?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined; createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; update?: Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput | Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput[] | undefined; upsert?: Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput | Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput[] | undefined; disconnect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; delete?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; updateMany?: Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput | Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput[] | undefined; deleteMany?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined; }>; //# sourceMappingURL=ServiceLineUncheckedUpdateManyWithoutClaimNestedInput.schema.d.ts.map