/** * Google Partners API * * Searches certified companies and creates contact leads with them, and also * audits the usage of clients. * * @example * const google = require('googleapis'); * const partners = google.partners('v2'); * * @namespace partners * @type {Function} * @version v2 * @variation v2 * @param {object=} options Options for Partners */ declare function Partners(options: any): void; export = Partners;