import { StakingPool } from "./StakingPool"; import { StakingPoolId } from "./StakingPoolId"; export declare class StakingPoolContext { private static readonly STAKING_POOL_CONTEXT_EMPTY; private readonly pools; private readonly byStakingPoolId; private constructor(); static empty(): StakingPoolContext; static index(accounts: StakingPool[]): StakingPoolContext; getAllStakingPools(): StakingPool[]; getStakingPool(stakingPoolId: StakingPoolId): StakingPool; findStakingPool(stakingPoolId: StakingPoolId): StakingPool | undefined; } //# sourceMappingURL=StakingPoolContext.d.ts.map