import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface UpdateFeesAndRewardsAccounts {
    position: PublicKey;
    lbPair: PublicKey;
    binArrayLower: PublicKey;
    binArrayUpper: PublicKey;
    owner: PublicKey;
}
export declare function updateFeesAndRewards(accounts: UpdateFeesAndRewardsAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=updateFeesAndRewards.d.ts.map