import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema: z.ZodType; export declare const ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectZodSchema: 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.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined; set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined; createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; update?: Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput[] | undefined; upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput[] | undefined; disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput | Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput[] | undefined; deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; }, { create?: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined; set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined; createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; update?: Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput[] | undefined; upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput[] | undefined; disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput | Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput[] | undefined; deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined; }>; //# sourceMappingURL=ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema.d.ts.map