/** * Google Cloud Runtime Configuration API * * The Runtime Configurator allows you to dynamically configure and expose * variables through Google Cloud Platform. In addition, you can also set * Watchers and Waiters that will watch for changes to your data and return * based on certain conditions. * * @example * const google = require('googleapis'); * const runtimeconfig = google.runtimeconfig('v1'); * * @namespace runtimeconfig * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Runtimeconfig */ declare function Runtimeconfig(options: any): void; export = Runtimeconfig;