import type { AccountBridge } from "@ledgerhq/types-live"; import { SignerContext } from "@ledgerhq/coin-framework/signer"; import type { AlgorandAccount, AlgorandTransaction } from "./types"; import type { AlgorandSigner } from "./signer"; /** * Sign Transaction with Ledger hardware */ export declare const buildSignOperation: (signerContext: SignerContext) => AccountBridge["signOperation"]; export default buildSignOperation; //# sourceMappingURL=signOperation.d.ts.map