"use strict";
/**
* @module watson-speech/text-to-speech
*/
/**
* @see module:watson-speech/text-to-speech/synthesize
*/
exports.synthesize = require('./synthesize');
/**
* @see module:watson-speech/text-to-speech/get-voices
*/
exports.getVoices = require('./get-voices');