import { Address, IInstruction, TransactionSigner } from "@solana/kit";
export interface UpdateFeesAndRewardsAccounts {
    position: Address;
    lbPair: Address;
    binArrayLower: Address;
    binArrayUpper: Address;
    owner: TransactionSigner;
}
export declare function updateFeesAndRewards(accounts: UpdateFeesAndRewardsAccounts, programAddress?: Address): IInstruction;
//# sourceMappingURL=updateFeesAndRewards.d.ts.map