import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType; export declare const PaymentUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput; where: Prisma.PaymentWhereUniqueInput; update: Prisma.PaymentUncheckedUpdateWithoutPatientInput | Prisma.PaymentUpdateWithoutPatientInput; }, { create: Prisma.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput; where: Prisma.PaymentWhereUniqueInput; update: Prisma.PaymentUncheckedUpdateWithoutPatientInput | Prisma.PaymentUpdateWithoutPatientInput; }>; //# sourceMappingURL=PaymentUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map