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