import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentUpsertWithoutServiceLinesInputObjectSchema: z.ZodType; export declare const PaymentUpsertWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput; update: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput; where?: Prisma.PaymentWhereInput | undefined; }, { create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput; update: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput; where?: Prisma.PaymentWhereInput | undefined; }>; //# sourceMappingURL=PaymentUpsertWithoutServiceLinesInput.schema.d.ts.map