import { RpcEndpoint } from '@sonarwatch/portfolio-core'; import { HeliusAsset } from './types'; export declare function getAssetBatchDas(dasEndpoint: RpcEndpoint, publicKeys: string[]): Promise; export declare function getAssetBatchDasAsMap(dasEndpoint: RpcEndpoint, publicKeys: string[]): Promise>;