/** * Google Service Management API * * Google Service Management allows service producers to publish their services * on Google Cloud Platform so that they can be discovered and used by service * consumers. * * @example * const google = require('googleapis'); * const servicemanagement = google.servicemanagement('v1'); * * @namespace servicemanagement * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Servicemanagement */ declare function Servicemanagement(options: any): void; export = Servicemanagement;