/** * URL Shortener API * * Lets you create, inspect, and manage goo.gl short URLs * * @example * const google = require('googleapis'); * const urlshortener = google.urlshortener('v1'); * * @namespace urlshortener * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Urlshortener */ declare function Urlshortener(options: any): void; export = Urlshortener;