// Copyright 2017-2025 @pezkuwi/hw-ledger authors & contributors // SPDX-License-Identifier: Apache-2.0 // This is necessary to ensure users still have access to class Ledger even though its deprecated. // // eslint-disable-next-line deprecation/deprecation export { Ledger } from './Ledger.js'; export { LedgerGeneric } from './LedgerGeneric.js';