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