import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUpdateOneWithoutServiceLinesNestedInputObjectSchema: z.ZodType; export declare const ClaimUpdateOneWithoutServiceLinesNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; disconnect: z.ZodOptional>]>>; delete: z.ZodOptional>]>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutServiceLinesInput | undefined; connect?: Prisma.ClaimWhereUniqueInput | undefined; update?: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput | Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput | undefined; upsert?: Prisma.ClaimUpsertWithoutServiceLinesInput | undefined; disconnect?: boolean | Prisma.ClaimWhereInput | undefined; delete?: boolean | Prisma.ClaimWhereInput | undefined; }, { create?: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutServiceLinesInput | undefined; connect?: Prisma.ClaimWhereUniqueInput | undefined; update?: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput | Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput | undefined; upsert?: Prisma.ClaimUpsertWithoutServiceLinesInput | undefined; disconnect?: boolean | Prisma.ClaimWhereInput | undefined; delete?: boolean | Prisma.ClaimWhereInput | undefined; }>; //# sourceMappingURL=ClaimUpdateOneWithoutServiceLinesNestedInput.schema.d.ts.map