/** * Google Cloud Deployment Manager Alpha API * * The Deployment Manager API allows users to declaratively configure, deploy * and run complex solutions on the Google Cloud Platform. * * @example * const google = require('googleapis'); * const deploymentmanager = google.deploymentmanager('alpha'); * * @namespace deploymentmanager * @type {Function} * @version alpha * @variation alpha * @param {object=} options Options for Deploymentmanager */ declare function Deploymentmanager(options: any): void; export = Deploymentmanager;