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