export declare class TxDecoder { private libDecodedTxBody; private libDecodedAuthInfo; private libDecodedSignatures; private readonly cosmJSRegistry; constructor(); private isValidHex; fromHex(txHex: string): TxDecoder; toCosmosJSON(): string; private getTxBodyJson; private getSignaturesJson; private getAuthInfoJson; private getSignerInfoJson; private typeUrlTransformer; } //# sourceMappingURL=txDecoder.d.ts.map