import { SignerContext } from "@ledgerhq/ledger-wallet-framework/signer";
import type { AccountBridge } from "@ledgerhq/types-live";
import type { GenericTransaction } from "./types";
/**
 * Sign Transaction with Ledger hardware
 */
export declare const genericSignRawOperation: (_network: string, kind: string) => (signerContext: SignerContext<any>) => AccountBridge<GenericTransaction>["signRawOperation"];
//# sourceMappingURL=signRawOperation.d.ts.map