import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PaymentUpdateManySchema: z.ZodType; export declare const PaymentUpdateManyZodSchema: z.ZodObject<{ data: z.ZodType; where: z.ZodOptional>; }, "strict", z.ZodTypeAny, { data: Prisma.PaymentUpdateManyMutationInput; where?: Prisma.PaymentWhereInput | undefined; }, { data: Prisma.PaymentUpdateManyMutationInput; where?: Prisma.PaymentWhereInput | undefined; }>; //# sourceMappingURL=updateManyPayment.schema.d.ts.map