import BigNumber from "bignumber.js";
export declare const MOCKED_ARB_ACCOUNT: {
    type: string;
    id: string;
    balance: BigNumber;
    creationDate: string;
    currency: import("@ledgerhq/types-cryptoassets").CryptoCurrency;
    derivationMode: string;
    freshAddress: string;
};
export declare const ETH_ACCOUNT: import("@ledgerhq/types-live").Account;
export declare const ETH_ACCOUNT_2: import("@ledgerhq/types-live").Account;
export declare const BTC_ACCOUNT: import("@ledgerhq/types-live").Account;
export declare const ARB_ACCOUNT: import("@ledgerhq/types-live").Account;
export declare const ETH_ACCOUNT_WITH_USDC: import("@ledgerhq/types-live").Account;
export declare const BASE_ACCOUNT: import("@ledgerhq/types-live").Account;
export declare const SCROLL_ACCOUNT: import("@ledgerhq/types-live").Account;
//# sourceMappingURL=accounts.mock.d.ts.map