import { Address, IAccountMeta, 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<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=setRewardAuthorityBySuperAuthority.d.ts.map