/**
* @typedef {integer} safeSearchInt - 1 is safe, -1 is moderate, and -2 is off
*/
/**
* A result given from searching.
* @see DDG#search
* @typedef {Object} SearchResult
* @property {string} [title] The title of the search result
* @property {string} [description] The description from the result.
* The description can be changed by DuckDuckGo depending on your search query.
* @property {string} [rawDescription] Same as description but includes HTML elements.
* @property {string} [description] The description from the result.
* @property {number} [url] The URL of the search result
*/
/**
*
* @property {string} [description]
* @property {number} [url]
*/
function bla(description, url) {
}