import { OvhPabxTtsVoiceEnum } from './OvhPabxTtsVoiceEnum';
/** The PABX Text To Speech sounds */
export interface OvhPabxTts {
    /**  */
    id: number;
    /** The text that will be played */
    text: string;
    /** The voice used to say text */
    voice: OvhPabxTtsVoiceEnum;
}
//# sourceMappingURL=OvhPabxTts.d.ts.map