/** * Google Mirror API * * Interacts with Glass users via the timeline. * * @example * const google = require('googleapis'); * const mirror = google.mirror('v1'); * * @namespace mirror * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Mirror */ declare function Mirror(options: any): void; export = Mirror;