/** * Google Spectrum Database API * * API for spectrum-management functions. * * @example * const google = require('googleapis'); * const spectrum = google.spectrum('v1explorer'); * * @namespace spectrum * @type {Function} * @version v1explorer * @variation v1explorer * @param {object=} options Options for Spectrum */ declare function Spectrum(options: any): void; export = Spectrum;