import * as z from 'zod'; export declare const ServiceLineTransactionFindFirstResultSchema: z.ZodNullable; paidAmount: z.ZodNumber; adjustedAmount: z.ZodNumber; method: z.ZodUnknown; receivedDate: z.ZodDate; payerName: z.ZodOptional; notes: z.ZodOptional; createdAt: z.ZodDate; payment: z.ZodUnknown; serviceLine: z.ZodUnknown; }, "strip", z.ZodTypeAny, { createdAt: Date; id: number; paymentId: number; paidAmount: number; adjustedAmount: number; receivedDate: Date; serviceLineId: number; notes?: string | undefined; transactionId?: string | undefined; method?: unknown; payerName?: string | undefined; payment?: unknown; serviceLine?: unknown; }, { createdAt: Date; id: number; paymentId: number; paidAmount: number; adjustedAmount: number; receivedDate: Date; serviceLineId: number; notes?: string | undefined; transactionId?: string | undefined; method?: unknown; payerName?: string | undefined; payment?: unknown; serviceLine?: unknown; }>>; //# sourceMappingURL=ServiceLineTransactionFindFirstResult.schema.d.ts.map