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