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) => AccountBridge["signRawOperation"]; //# sourceMappingURL=signRawOperation.d.ts.map