import Decimal from 'decimal.js'; export declare function aprToApy(apr: Decimal, compoundPeriods: number): Decimal; export declare const ZERO: Decimal;