import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineCreateNestedManyWithoutClaimInputObjectSchema: z.ZodType; export declare const ServiceLineCreateNestedManyWithoutClaimInputObjectZodSchema: 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.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined; createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; }, { create?: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined; connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined; createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined; connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=ServiceLineCreateNestedManyWithoutClaimInput.schema.d.ts.map