/** * YouTube Data API * * Supports core YouTube features, such as uploading videos, creating and * managing playlists, searching for content, and much more. * * @example * const google = require('googleapis'); * const youtube = google.youtube('v3'); * * @namespace youtube * @type {Function} * @version v3 * @variation v3 * @param {object=} options Options for Youtube */ declare function Youtube(options: any): void; export = Youtube;