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