/// <reference types="node" />
import { GTX } from "../gtx/types";
/**
 * Decodes the transaction using ASN.1.
 * @returns the transaction decoded in GTX format
 */
export declare const decodeTransactionToGtx: (encodedTransaction: Buffer) => GTX;
