import { Buffer } from "buffer"; import { GTX } from "../gtx/types"; /** * * Encodes the gtx using ASN.1. * @returns the gtx encoded */ export declare function encodeTransaction(gtx: GTX): Buffer;