/** * Google Play EMM API * * Manages the deployment of apps to Android for Work users. * * @example * const google = require('googleapis'); * const androidenterprise = google.androidenterprise('v1'); * * @namespace androidenterprise * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Androidenterprise */ declare function Androidenterprise(options: any): void; export = Androidenterprise;