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