/// /// import { PublicKey } from '@solana/web3.js'; import { Cache } from '../../Cache'; import { YieldMarketWithOracle } from './types'; export declare const getPool: (poolId: PublicKey, cache: Cache) => Promise;