NodeInfoOther: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): NodeInfoOther;
    encode(message: NodeInfoOther, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: NodeInfoOtherAmino): NodeInfoOther;
    fromAminoMsg(object: NodeInfoOtherAminoMsg): NodeInfoOther;
    fromPartial(object: {
        rpcAddress?: string;
        txIndex?: string;
    }): NodeInfoOther;
    fromProtoMsg(message: NodeInfoOtherProtoMsg): NodeInfoOther;
    toAmino(message: NodeInfoOther): NodeInfoOtherAmino;
    toProto(message: NodeInfoOther): Uint8Array;
    toProtoMsg(message: NodeInfoOther): NodeInfoOtherProtoMsg;
}