/** * Stackdriver Logging API * * Writes log entries and manages your Stackdriver Logging configuration. * * @example * const google = require('googleapis'); * const logging = google.logging('v2'); * * @namespace logging * @type {Function} * @version v2 * @variation v2 * @param {object=} options Options for Logging */ declare function Logging(options: any): void; export = Logging;