///
///
import { PublicKey } from '@solana/web3.js';
import { ParsedAccount } from '../../utils/solana';
import { Program, YieldMarketWithOracle } from './types';
import { Cache } from '../../Cache';
import { LP, LPV2, User, UserStats } from './structs';
export declare const getUserStatsByProgram: (programs: Program[], owner: string) => Promise