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