/** * Poly API * * The Poly API provides read-only access to assets hosted on <a * href="https://poly.google.com">poly.google.com</a>. * * @example * const google = require('googleapis'); * const poly = google.poly('v1'); * * @namespace poly * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Poly */ declare function Poly(options: any): void; export = Poly;