/** * Compute Engine API * * Creates and runs virtual machines on Google Cloud Platform. * * @example * const google = require('googleapis'); * const compute = google.compute('alpha'); * * @namespace compute * @type {Function} * @version alpha * @variation alpha * @param {object=} options Options for Compute */ declare function Compute(options: any): void; export = Compute;