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