/** * Stackdriver Debugger API * * Examines the call stack and variables of a running application without * stopping or slowing it down. * * @example * const google = require('googleapis'); * const clouddebugger = google.clouddebugger('v2'); * * @namespace clouddebugger * @type {Function} * @version v2 * @variation v2 * @param {object=} options Options for Clouddebugger */ declare function Clouddebugger(options: any): void; export = Clouddebugger;