/** * Before we manage bigIntSqrt(totalActiveStake) as BigInt and return BigInt. * bigIntSqrt(totalActiveStake) should fit a number (2 ** 53 -1 max) **/ export declare function computeBaseRewardPerIncrement(totalActiveStakeByIncrement: number): number; //# sourceMappingURL=altair.d.ts.map