/** * Google Ad Experience Report API * * View Ad Experience Report data, and get a list of sites that have a * significant number of annoying ads. * * @example * const google = require('googleapis'); * const adexperiencereport = google.adexperiencereport('v1'); * * @namespace adexperiencereport * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Adexperiencereport */ declare function Adexperiencereport(options: any): void; export = Adexperiencereport;