import { Address, IInstruction, TransactionSigner } from "@solana/kit";
export interface SetTokenBadgeAuthorityAccounts {
    whirlpoolsConfig: Address;
    whirlpoolsConfigExtension: Address;
    configExtensionAuthority: TransactionSigner;
    newTokenBadgeAuthority: Address;
}
export declare function setTokenBadgeAuthority(accounts: SetTokenBadgeAuthorityAccounts, programAddress?: Address): IInstruction;
//# sourceMappingURL=setTokenBadgeAuthority.d.ts.map