index.d.ts 330 Bytes
import * as v1beta1 from './v1beta1';
import * as v1 from './v1';
declare const TextToSpeechClient: typeof v1.TextToSpeechClient;
export { v1, v1beta1, TextToSpeechClient };
declare const _default: {
    v1: typeof v1;
    v1beta1: typeof v1beta1;
    TextToSpeechClient: typeof v1.TextToSpeechClient;
};
export default _default;