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