import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentUpdateOneRequiredWithoutServiceLineTransactionsNestedInputObjectSchema: z.ZodType; export declare const PaymentUpdateOneRequiredWithoutServiceLineTransactionsNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PaymentCreateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput | undefined; connect?: Prisma.PaymentWhereUniqueInput | undefined; update?: Prisma.PaymentUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInput | undefined; upsert?: Prisma.PaymentUpsertWithoutServiceLineTransactionsInput | undefined; }, { create?: Prisma.PaymentCreateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput | undefined; connect?: Prisma.PaymentWhereUniqueInput | undefined; update?: Prisma.PaymentUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInput | undefined; upsert?: Prisma.PaymentUpsertWithoutServiceLineTransactionsInput | undefined; }>; //# sourceMappingURL=PaymentUpdateOneRequiredWithoutServiceLineTransactionsNestedInput.schema.d.ts.map