///
///
import { NetworkIdType } from '@sonarwatch/portfolio-core';
import { PublicKey } from '@solana/web3.js';
export declare function getAllocation(owner: string, network: NetworkIdType): Promise;
export declare function getAccountPubkey(owner: string): PublicKey;