import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare function claimRewardInstruction(stakeAccountOwnerPubkey: PublicKey, // 0 stakeAccountPubkey: PublicKey, // 1 stakingPoolPubkey: PublicKey, // 2 rewardTokenPoolPubkey: PublicKey, // 3, rewardDestPubkey: PublicKey, // 4 stakingProgramId?: PublicKey, destSubAccountId?: PublicKey, subRewardTokenPool?: PublicKey): TransactionInstruction; //# sourceMappingURL=claimReward.d.ts.map