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