/**
 * @type {CalcInterestFn} Calculate the interest using an interest
 * rate in basis points.
 * i.e. oldDebtValue is 40,000
 * interestRate (in basis points) is 5 = 5/10,000
 * interest charged this period is 20 loan brand
 */
export const calculateInterest: CalcInterestFn;
/** @type {MakeDebtCalculator} */
export const makeDebtCalculator: MakeDebtCalculator;
//# sourceMappingURL=updateDebt.d.ts.map