/** * Google Play Game Services API * * The API for Google Play Game Services. * * @example * const google = require('googleapis'); * const games = google.games('v1'); * * @namespace games * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Games */ declare function Games(options: any): void; export = Games;