/** * YouTube Reporting API * * Schedules reporting jobs containing your YouTube Analytics data and downloads * the resulting bulk data reports in the form of CSV files. * * @example * const google = require('googleapis'); * const youtubereporting = google.youtubereporting('v1'); * * @namespace youtubereporting * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Youtubereporting */ declare function Youtubereporting(options: any): void; export = Youtubereporting;