export function calculateCurrentDebt(debtSnapshot: Amount<"nat">, interestSnapshot: Ratio, currentCompoundedInterest: Ratio): Amount<"nat">; export function reverseInterest(debt: Amount<"nat">, interestApplied: Ratio): Amount<"nat">; import type { Amount } from '@agoric/ertp'; //# sourceMappingURL=interest-math.d.ts.map