@audc/salute-tts
Version:
Synthesis client for Node.js
12 lines (11 loc) • 374 B
TypeScript
import * as v1 from './v1/index.js';
declare const SmartSpeechClient: typeof v1.SmartSpeechClient;
type SmartSpeechClient = v1.SmartSpeechClient;
export { v1, SmartSpeechClient };
declare const _default: {
v1: typeof v1;
SmartSpeechClient: typeof v1.SmartSpeechClient;
};
export default _default;
import * as protos from '../../protos/protos.js';
export { protos };