import type { Account } from "@ledgerhq/types-live";
import type { GenAccountOptions } from "@ledgerhq/coin-framework/mocks/account";
/**
 * @memberof mock/account
 */
export declare function genAddingOperationsInAccount(account: Account, count: number, seed: number | string): Account;
export declare function genAccount(id: number | string, opts?: GenAccountOptions): Account;
//# sourceMappingURL=account.d.ts.map