/** * 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.2'); * * @namespace prediction * @type {Function} * @version v1.2 * @variation v1.2 * @param {object=} options Options for Prediction */ declare function Prediction(options: any): void; export = Prediction;