import { Address, IInstruction, TransactionSigner } from "@solana/kit";
export interface SetCollectProtocolFeesAuthorityAccounts {
    whirlpoolsConfig: Address;
    collectProtocolFeesAuthority: TransactionSigner;
    newCollectProtocolFeesAuthority: Address;
}
export declare function setCollectProtocolFeesAuthority(accounts: SetCollectProtocolFeesAuthorityAccounts, programAddress?: Address): IInstruction;
//# sourceMappingURL=setCollectProtocolFeesAuthority.d.ts.map