import { AssetInfo, Operation } from "@ledgerhq/coin-module-framework/api/types";
import type { TrongridTxInfo } from "../../types";
import { Block } from "../types";
export declare function fromTrongridTxInfoToOperation(trongridTxInfo: TrongridTxInfo, block: Block, userAddress: string): Operation;
export declare function inferAssetInfo(trongridTxInfo: TrongridTxInfo): AssetInfo;
//# sourceMappingURL=trongrid-adapters.d.ts.map