/** * Google Service Control API * * Google Service Control provides control plane functionality to managed * services, such as logging, monitoring, and status checks. * * @example * const google = require('googleapis'); * const servicecontrol = google.servicecontrol('v1'); * * @namespace servicecontrol * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Servicecontrol */ declare function Servicecontrol(options: any): void; export = Servicecontrol;