import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentUpdateManyWithoutUpdatedByNestedInputObjectSchema: z.ZodType; export declare const PaymentUpdateManyWithoutUpdatedByNestedInputObjectZodSchema: 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.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput | Prisma.PaymentCreateWithoutUpdatedByInput[] | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput[] | undefined; set?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutUpdatedByInput | Prisma.PaymentCreateOrConnectWithoutUpdatedByInput[] | undefined; createMany?: Prisma.PaymentCreateManyUpdatedByInputEnvelope | undefined; connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; update?: Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput | Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput[] | undefined; upsert?: Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput | Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput[] | undefined; disconnect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; delete?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; updateMany?: Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput | Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput[] | undefined; deleteMany?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined; }, { create?: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput | Prisma.PaymentCreateWithoutUpdatedByInput[] | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput[] | undefined; set?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutUpdatedByInput | Prisma.PaymentCreateOrConnectWithoutUpdatedByInput[] | undefined; createMany?: Prisma.PaymentCreateManyUpdatedByInputEnvelope | undefined; connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; update?: Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput | Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput[] | undefined; upsert?: Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput | Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput[] | undefined; disconnect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; delete?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; updateMany?: Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput | Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput[] | undefined; deleteMany?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined; }>; //# sourceMappingURL=PaymentUpdateManyWithoutUpdatedByNestedInput.schema.d.ts.map