/** * Hangouts Chat API * * * * @example * const google = require('googleapis'); * const chat = google.chat('v1'); * * @namespace chat * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Chat */ declare function Chat(options: any): void; export = Chat;