import { InjectionToken } from'@angular/core';
/**
* Specific GrpcClientSettings for Speech2Text.
* Use it only if your default settings are not set or the service requires other settings.
*/exportdeclareconstGRPC_SPEECH2_TEXT_CLIENT_SETTINGS: InjectionToken<any>;