/** * APIs Discovery Service * * Provides information about other Google APIs, such as what APIs are * available, the resource, and method details for each API. * * @example * const google = require('googleapis'); * const discovery = google.discovery('v1'); * * @namespace discovery * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Discovery */ declare function Discovery(options: any): void; export = Discovery;