import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PaymentUpdateOneSchema: z.ZodType; export declare const PaymentUpdateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PaymentSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PaymentInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.PaymentWhereUniqueInput; data: Prisma.PaymentUpdateInput | Prisma.PaymentUncheckedUpdateInput; include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; }, { where: Prisma.PaymentWhereUniqueInput; data: Prisma.PaymentUpdateInput | Prisma.PaymentUncheckedUpdateInput; include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; }>; //# sourceMappingURL=updateOnePayment.schema.d.ts.map