import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import Decimal from "decimal.js"; export declare const ServiceLineTransactionCreateInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionCreateInputObjectZodSchema: z.ZodObject<{ transactionId: z.ZodNullable>; paidAmount: z.ZodEffects, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>; adjustedAmount: z.ZodOptional, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>>; method: z.ZodEnum<["EFT", "CHECK", "CASH", "CARD", "OTHER"]>; receivedDate: z.ZodDate; payerName: z.ZodNullable>; notes: z.ZodNullable>; createdAt: z.ZodOptional; payment: z.ZodLazy>; serviceLine: z.ZodLazy>; }, "strict", z.ZodTypeAny, { paidAmount: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal; method: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD"; receivedDate: Date; payment: Prisma.PaymentCreateNestedOneWithoutServiceLineTransactionsInput; serviceLine: Prisma.ServiceLineCreateNestedOneWithoutServiceLineTransactionsInput; createdAt?: Date | undefined; notes?: string | null | undefined; transactionId?: string | null | undefined; adjustedAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | undefined; payerName?: string | null | undefined; }, { paidAmount: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal; method: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD"; receivedDate: Date; payment: Prisma.PaymentCreateNestedOneWithoutServiceLineTransactionsInput; serviceLine: Prisma.ServiceLineCreateNestedOneWithoutServiceLineTransactionsInput; createdAt?: Date | undefined; notes?: string | null | undefined; transactionId?: string | null | undefined; adjustedAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | undefined; payerName?: string | null | undefined; }>; //# sourceMappingURL=ServiceLineTransactionCreateInput.schema.d.ts.map