import { SpeechSettings as SpeechSettingsType } from '../../types';
/**
 * @deprecated This interface is deprecated. Please update to use the SpeechSettingsType type
 */
export type SpeechSettings = SpeechSettingsType;
//# sourceMappingURL=SpeechSettings.d.ts.map