/** * Google Cloud Testing API * * Allows developers to run automated tests for their mobile applications on * Google infrastructure. * * @example * const google = require('googleapis'); * const testing = google.testing('v1'); * * @namespace testing * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Testing */ declare function Testing(options: any): void; export = Testing;