/** * Google Play Custom App Publishing API * * An API to publish custom Android apps. * * @example * const google = require('googleapis'); * const playcustomapp = google.playcustomapp('v1'); * * @namespace playcustomapp * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Playcustomapp */ declare function Playcustomapp(options: any): void; export = Playcustomapp;