import { SignerContext } from "@ledgerhq/coin-framework/signer"; import type { AccountBridge, CurrencyBridge } from "@ledgerhq/types-live"; import type { AlgorandAccount, AlgorandOperation, Transaction, TransactionStatus } from "../types"; import { AlgorandSigner } from "../signer"; export declare function buildCurrencyBridge(signerContext: SignerContext): CurrencyBridge; export declare function buildAccountBridge(signerContext: SignerContext): AccountBridge; export declare function createBridges(signerContext: SignerContext): { currencyBridge: CurrencyBridge; accountBridge: AccountBridge; }; //# sourceMappingURL=js.d.ts.map