import type { Currency } from "@ledgerhq/types-cryptoassets"; export declare const sortCurrenciesByIds: (currencies: C[], ids: string[]) => C[]; /** * @deprecated live-countervalues-react context unify a single fetch of this API data, so you may want to just use `useCurrenciesByMarketcap` instead OR get the marketcapIds from that context and directly use sortByCurrenciesById function */ export declare const fetchMarketcapIds: () => Promise; /** * @deprecated live-countervalues-react context unify a single fetch of this API data, so you may want to just use `useCurrenciesByMarketcap` instead OR get the marketcapIds from that context and directly use sortByCurrenciesById function */ export declare const currenciesByMarketcap: (currencies: C[]) => Promise; //# sourceMappingURL=sortByMarketcap.d.ts.map