/** * Google Cloud Translation API * * The Google Cloud Translation API lets websites and programs integrate with * Google Translate programmatically. * * @example * const google = require('googleapis'); * const translate = google.translate('v2'); * * @namespace translate * @type {Function} * @version v2 * @variation v2 * @param {object=} options Options for Translate */ declare function Translate(options: any): void; export = Translate;