import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentCreateOrConnectWithoutServiceLinesInputObjectSchema: z.ZodType; export declare const PaymentCreateOrConnectWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput; where: Prisma.PaymentWhereUniqueInput; }, { create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput; where: Prisma.PaymentWhereUniqueInput; }>; //# sourceMappingURL=PaymentCreateOrConnectWithoutServiceLinesInput.schema.d.ts.map