import { Percent } from '@cardano-sdk/util'; import { StakePoolEpochRewards } from '../types'; export declare const estimateStakePoolAPY: (rewardsHistory: StakePoolEpochRewards[]) => Percent | null; //# sourceMappingURL=estimateStakePoolAPY.d.ts.map