export declare const RATE_ONE: bigint; export declare const MINUTES_PER_YEAR: number; export type BigIntRate = bigint; export declare function convertFromYearToPeriodInterestRate(normalizedYearRate: number, periodsInYear: number): BigIntRate; export declare function convertToYearFromPeriodInterestRate(normalizedYearRate: number, periodsInYear: number): BigIntRate; //# sourceMappingURL=rate.d.ts.map