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