GetTxResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): GetTxResponse;
    encode(message: GetTxResponse, writer?: BinaryWriter): BinaryWriter;
    fromJSON(object: any): GetTxResponse;
    fromPartial<I>(object: I): GetTxResponse;
    toJSON(message: GetTxResponse): unknown;
}