import { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets";
import { AssetData } from "./type";
export declare const groupCurrenciesByProvider: (assetsSorted: AssetData[]) => Map<string, {
    mainCurrency: CryptoOrTokenCurrency;
    currencies: CryptoOrTokenCurrency[];
}>;
//# sourceMappingURL=groupCurrenciesByProvider.d.ts.map