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