import { Connection, PublicKey } from "@solana/web3.js"; import { StakingRecord, StakePool, ClaimableRewards } from "../types/vault"; export declare const fetchRewardClaims: (rewardTokenAddress: string, rewardMintAddress: string, poolId: number, epochRewardDecimals: number, stakingRecord: StakingRecord, stakePool: StakePool, claimableRewards: ClaimableRewards, program: PublicKey, connection: Connection) => Promise; //# sourceMappingURL=rewards.d.ts.map