import { Address, IInstruction, TransactionSigner } from "@solana/kit";
export interface SetRewardAuthorityBySuperAuthorityArgs {
    rewardIndex: number;
}
export interface SetRewardAuthorityBySuperAuthorityAccounts {
    whirlpoolsConfig: Address;
    whirlpool: Address;
    rewardEmissionsSuperAuthority: TransactionSigner;
    newRewardAuthority: Address;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function setRewardAuthorityBySuperAuthority(args: SetRewardAuthorityBySuperAuthorityArgs, accounts: SetRewardAuthorityBySuperAuthorityAccounts, programAddress?: Address): IInstruction;
//# sourceMappingURL=setRewardAuthorityBySuperAuthority.d.ts.map