/** * Ad Exchange Buyer API * * Accesses your bidding-account information, submits creatives for validation, * finds available direct deals, and retrieves performance reports. * * @example * const google = require('googleapis'); * const adexchangebuyer = google.adexchangebuyer('v1.2'); * * @namespace adexchangebuyer * @type {Function} * @version v1.2 * @variation v1.2 * @param {object=} options Options for Adexchangebuyer */ declare function Adexchangebuyer(options: any): void; export = Adexchangebuyer;