import { Address, IInstruction, TransactionSigner } from "@solana/kit";
import BN from "bn.js";
export interface WithdrawIneligibleRewardArgs {
    rewardIndex: BN;
}
export interface WithdrawIneligibleRewardAccounts {
    lbPair: Address;
    rewardVault: Address;
    rewardMint: Address;
    funderTokenAccount: Address;
    funder: TransactionSigner;
    binArray: Address;
    tokenProgram: Address;
    eventAuthority: Address;
    program: Address;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function withdrawIneligibleReward(args: WithdrawIneligibleRewardArgs, accounts: WithdrawIneligibleRewardAccounts, programAddress?: Address): IInstruction;
//# sourceMappingURL=withdrawIneligibleReward.d.ts.map