import { TransactionInstruction, PublicKey } from '@solana/web3.js'; export interface UpdateFeesAndRewardsAccounts { whirlpool: PublicKey; position: PublicKey; tickArrayLower: PublicKey; tickArrayUpper: PublicKey; } export declare function updateFeesAndRewards(accounts: UpdateFeesAndRewardsAccounts): TransactionInstruction;