index.d.ts 418 Bytes
import * as v1p1beta1 from './v1p1beta1';
import * as v1 from './v1';
declare const SpeechClient: typeof v1.SpeechClient;
declare type SpeechClient = v1.SpeechClient;
export { v1, v1p1beta1, SpeechClient };
declare const _default: {
    v1: typeof v1;
    v1p1beta1: typeof v1p1beta1;
    SpeechClient: typeof v1.SpeechClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };