/** * Stackdriver Monitoring API * * Manages your Stackdriver Monitoring data and configurations. Most projects * must be associated with a Stackdriver account, with a few exceptions as noted * on the individual method pages. * * @example * const google = require('googleapis'); * const monitoring = google.monitoring('v3'); * * @namespace monitoring * @type {Function} * @version v3 * @variation v3 * @param {object=} options Options for Monitoring */ declare function Monitoring(options: any): void; export = Monitoring;