import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentUpsertWithWhereUniqueWithoutUpdatedByInputObjectSchema: z.ZodType; export declare const PaymentUpsertWithWhereUniqueWithoutUpdatedByInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput; where: Prisma.PaymentWhereUniqueInput; update: Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput | Prisma.PaymentUpdateWithoutUpdatedByInput; }, { create: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput; where: Prisma.PaymentWhereUniqueInput; update: Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput | Prisma.PaymentUpdateWithoutUpdatedByInput; }>; //# sourceMappingURL=PaymentUpsertWithWhereUniqueWithoutUpdatedByInput.schema.d.ts.map