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