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