/**
 * @export
 * @class AzureSpeechServicesCredentials
 */
export declare class AzureSpeechServicesCredentials {
    /**
     * Azure Speech Services resource key (required)
     * @type {string}
     * @memberof AzureSpeechServicesCredentials
     */
    subscriptionKey?: string;
    constructor(obj?: Partial<AzureSpeechServicesCredentials>);
}
export default AzureSpeechServicesCredentials;
