import { PortfolioAsset, RpcEndpoint } from '@sonarwatch/portfolio-core'; import { Cache } from '../../Cache'; export declare const mintsToAssets: (dasUrl: RpcEndpoint, cache: Cache, mints: string[], amounts: number[]) => Promise>;