/** * Cloud Storage JSON API * * Lets you store and retrieve potentially-large, immutable data objects. * * @example * const google = require('googleapis'); * const storage = google.storage('v1beta2'); * * @namespace storage * @type {Function} * @version v1beta2 * @variation v1beta2 * @param {object=} options Options for Storage */ declare function Storage(options: any): void; export = Storage;