/** * Google Cloud Deployment Manager API V2Beta Methods * * 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('v2beta'); * * @namespace deploymentmanager * @type {Function} * @version v2beta * @variation v2beta * @param {object=} options Options for Deploymentmanager */ declare function Deploymentmanager(options: any): void; export = Deploymentmanager;