import type { AssetInfo } from "@ledgerhq/coin-module-framework/api/types";
import type { CryptoCurrency, TokenCurrency } from "@ledgerhq/types-cryptoassets";
export declare function getTokenFromAsset(currency: CryptoCurrency, asset: AssetInfo): Promise<TokenCurrency | undefined>;
//# sourceMappingURL=getTokenFromAsset.d.ts.map