/** * Cloud TPU API * * TPU API provides customers with access to Google TPU technology. * * @example * const google = require('googleapis'); * const tpu = google.tpu('v1alpha1'); * * @namespace tpu * @type {Function} * @version v1alpha1 * @variation v1alpha1 * @param {object=} options Options for Tpu */ declare function Tpu(options: any): void; export = Tpu;