/** * Prediction API * * Lets you access a cloud hosted machine learning service that makes it easy to * build smart apps * * @example * const google = require('googleapis'); * const prediction = google.prediction('v1.4'); * * @namespace prediction * @type {Function} * @version v1.4 * @variation v1.4 * @param {object=} options Options for Prediction */ declare function Prediction(options: any): void; export = Prediction;