import { SignerContext } from "@ledgerhq/coin-framework/signer";
import type { Account, AccountBridge, CurrencyBridge } from "@ledgerhq/types-live";
import type { Transaction, HederaSigner } from "../types";
export declare function createBridges(signerContext: SignerContext<HederaSigner>): {
    currencyBridge: CurrencyBridge;
    accountBridge: AccountBridge<Transaction, Account, import("@ledgerhq/types-live").TransactionStatusCommon>;
};
//# sourceMappingURL=index.d.ts.map