import { Fiado } from './fiado.entity'; export declare class FiadoPayment { id: string; fiadoId: string; amount: number; paymentMethod: string; notes: string; receivedBy: string; createdAt: Date; fiado: Fiado; }