import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
import type { SyncConfig, TokenAccount } from "@ledgerhq/types-live";
import type { BalanceAsset, StellarOperation } from "../types";
export declare const getAssetIdFromTokenId: (tokenId: string) => string;
export declare function buildSubAccounts({ currency, accountId, assets, syncConfig, operations, }: {
    currency: CryptoCurrency;
    accountId: string;
    assets: BalanceAsset[];
    syncConfig: SyncConfig;
    operations: StellarOperation[];
}): TokenAccount[] | undefined;
//# sourceMappingURL=tokens.d.ts.map