import Installment from './models/installment'; declare const calculateInstallment: (installments: Installment[], anticipation: number) => Installment[]; export default calculateInstallment;