/** * Content API for Shopping * * Manages product items, inventory, and Merchant Center accounts for Google * Shopping. * * @example * const google = require('googleapis'); * const content = google.content('v2'); * * @namespace content * @type {Function} * @version v2 * @variation v2 * @param {object=} options Options for Content */ declare function Content(options: any): void; export = Content;