import type { CaipAssetType } from "@metamask/utils"; import type { ExchangeRate, GenericQuoteRequest } from "../types.cjs"; export declare const getAssetIdsForToken: (tokenAddress: GenericQuoteRequest['srcTokenAddress'], chainId: GenericQuoteRequest['srcChainId']) => `${string}:${string}/${string}:${string}`[]; export declare const toExchangeRates: (currency: string, pricesByAssetId: { [assetId: `${string}:${string}/${string}:${string}`]: { [currency: string]: string; } | undefined; }) => Record<`${string}:${string}/${string}:${string}`, ExchangeRate>; //# sourceMappingURL=assets.d.cts.map