import { AssetDict } from './types'; declare function getAssetType(assetDict: AssetDict): string; declare function getAssetId(assetDict: AssetDict): string; declare function getAssetSelector(assetDictType: string): string; export { getAssetType, getAssetSelector, getAssetId };