import { BN } from '@project-serum/anchor'; export declare const useRewards: () => import("react-query").UseQueryResult<{ rewardMap: { [stakeEntryId: string]: { claimableRewards: BN; nextRewardsIn: BN; }; }; claimableRewards: BN; } | undefined, unknown>;