import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentArgsObjectSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PaymentSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PaymentInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; }, { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; }>; export declare const PaymentArgsObjectZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PaymentSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PaymentInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; }, { include?: Prisma.PaymentInclude | undefined; select?: Prisma.PaymentSelect | undefined; }>; //# sourceMappingURL=PaymentArgs.schema.d.ts.map