/** * Google Cloud Deployment Manager API * * Declares, configures, and deploys complex solutions on Google Cloud Platform. * * @example * const google = require('googleapis'); * const deploymentmanager = google.deploymentmanager('v2'); * * @namespace deploymentmanager * @type {Function} * @version v2 * @variation v2 * @param {object=} options Options for Deploymentmanager */ declare function Deploymentmanager(options: any): void; export = Deploymentmanager;