import Joi from 'joi'; export declare const textToVoiceResultSchema: Joi.ObjectSchema; export interface ITextToVoiceResult { audioBuffer: string; }