/** * Ad Exchange Buyer API II * * Accesses the latest features for managing Ad Exchange accounts, Real-Time * Bidding configurations and auction metrics, and Marketplace programmatic * deals. * * @example * const google = require('googleapis'); * const adexchangebuyer2 = google.adexchangebuyer2('v2beta1'); * * @namespace adexchangebuyer2 * @type {Function} * @version v2beta1 * @variation v2beta1 * @param {object=} options Options for Adexchangebuyer2 */ declare function Adexchangebuyer2(options: any): void; export = Adexchangebuyer2;