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