/** * Drive API * * Manages files in Drive including uploading, downloading, searching, detecting * changes, and updating sharing permissions. * * @example * const google = require('googleapis'); * const drive = google.drive('v3'); * * @namespace drive * @type {Function} * @version v3 * @variation v3 * @param {object=} options Options for Drive */ declare function Drive(options: any): void; export = Drive;