import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface SetRewardEmissionsSuperAuthorityAccounts {
    whirlpoolsConfig: Address;
    rewardEmissionsSuperAuthority: TransactionSigner;
    newRewardEmissionsSuperAuthority: Address;
}
export declare function setRewardEmissionsSuperAuthority(accounts: SetRewardEmissionsSuperAuthorityAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=setRewardEmissionsSuperAuthority.d.ts.map