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