/** * Manufacturer Center API * * Public API for managing Manufacturer Center related data. * * @example * const google = require('googleapis'); * const manufacturers = google.manufacturers('v1'); * * @namespace manufacturers * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Manufacturers */ declare function Manufacturers(options: any): void; export = Manufacturers;