import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface SetTokenBadgeAuthorityAccounts {
    whirlpoolsConfig: PublicKey;
    whirlpoolsConfigExtension: PublicKey;
    configExtensionAuthority: PublicKey;
    newTokenBadgeAuthority: PublicKey;
}
export declare function setTokenBadgeAuthority(accounts: SetTokenBadgeAuthorityAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=setTokenBadgeAuthority.d.ts.map