export interface AssetInfo { tokenId: number; symbol: string; decimals: number; address?: string; name?: string; usdPrice?: string; isCollateral?: boolean; [k: string]: unknown; } export declare function getAssetMap(): Promise>; /** Swallows network failures so decoded marketAcc just omits tokenSymbol on otherwise-successful tools. */ export declare function safeAssetMap(): Promise>; export declare function getAssetInfo(tokenId: number): Promise; //# sourceMappingURL=asset-cache.d.ts.map