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