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