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