/** * Google Play Developer API * * Lets Android application developers access their Google Play accounts. * * @example * const google = require('googleapis'); * const androidpublisher = google.androidpublisher('v2'); * * @namespace androidpublisher * @type {Function} * @version v2 * @variation v2 * @param {object=} options Options for Androidpublisher */ declare function Androidpublisher(options: any): void; export = Androidpublisher;