declare const _default: {
    algorand: {
        genAccountEnhanceOperations: (account: import("@ledgerhq/types-live").Account, rng: import("prando").default) => import("@ledgerhq/types-live").Account;
        postSyncAccount: (account: import("@ledgerhq/types-live").Account) => import("@ledgerhq/types-live").Account;
        postScanAccount: (account: import("@ledgerhq/types-live").Account, { isEmpty, }: {
            isEmpty: boolean;
        }) => import("@ledgerhq/types-live").Account;
    };
    cosmos: {
        genAccountEnhanceOperations: (account: import("@ledgerhq/coin-cosmos/lib/types/index").CosmosAccount, rng: import("prando").default) => import("@ledgerhq/coin-cosmos/lib/types/index").CosmosAccount;
        postSyncAccount: (account: import("@ledgerhq/types-live").Account) => import("@ledgerhq/types-live").Account;
        postScanAccount: (account: import("@ledgerhq/types-live").Account, { isEmpty, }: {
            isEmpty: boolean;
        }) => import("@ledgerhq/types-live").Account;
    };
    vechain: {
        postSyncAccount: (account: import("@ledgerhq/types-live").Account) => import("@ledgerhq/types-live").Account;
        postScanAccount: (account: import("@ledgerhq/types-live").Account) => import("@ledgerhq/types-live").Account;
    };
};
export default _default;
//# sourceMappingURL=mock.d.ts.map