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