import type { CryptoCurrency, TokenCurrency } from "@ledgerhq/types-cryptoassets";
import type { TokenAccount, Account } from "@ledgerhq/types-live";
export declare function createFixtureCryptoCurrency(family: string): CryptoCurrency;
export declare function createFixtureTokenAccount(id?: string, token?: TokenCurrency): TokenAccount;
export declare function createFixtureAccount(id?: string, currency?: CryptoCurrency): Account;
//# sourceMappingURL=cryptoCurrencies.d.ts.map