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