/// /// /// import { PublicKey } from '@solana/web3.js'; import { Cache } from '../../Cache'; export declare const getProgramAddress: (seeds: (Uint8Array | Buffer)[], programId: PublicKey) => PublicKey; export declare function bytesToNumberLE(bytes: Uint8Array): number; export declare function getMarginFiAccountBalance(account: PublicKey, cache: Cache): Promise;