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