import { Address } from 'viem'; import { RewardDistributor } from './RewardDistributor'; export declare class LpRewardsDistributor extends RewardDistributor { private borosCoreSdk; constructor(); getMerkleByUser(user: Address): Promise<{ tokens: Address[]; accruedAmounts: bigint[]; proofs: string[][]; }>; } export default LpRewardsDistributor;