import { RawTronTransaction, TronTransaction } from "./types"; export declare const rawTx: RawTronTransaction; export declare const rawTxFull: Required; export declare const tx: TronTransaction; export declare const txFull: Required;