import { Account } from "@ledgerhq/types-live"; export declare const getTokensWithFundsMap: (accounts: Account[]) => Map; /** Format defaults to "USDT on Ethereum". format: "currencyId" returns the id of each token, e.g. "ethereum/erc20/usde". */ export declare const getTokensWithFunds: (accounts: Account[], customFormat?: "currencyId" | "default") => string[]; //# sourceMappingURL=getTokensWithFunds.d.ts.map