/** * Cloud Shell API * * Allows users to start, configure, and connect to interactive shell sessions * running in the cloud. * * @example * const google = require('googleapis'); * const cloudshell = google.cloudshell('v1'); * * @namespace cloudshell * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Cloudshell */ declare function Cloudshell(options: any): void; export = Cloudshell;