/** * Enterprise License Manager API * * Views and manages licenses for your domain. * * @example * const google = require('googleapis'); * const licensing = google.licensing('v1'); * * @namespace licensing * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Licensing */ declare function Licensing(options: any): void; export = Licensing;