import Joi from 'joi'; export declare const textToVoiceParamsSchema: Joi.ObjectSchema; export interface ITextToVoiceParams { text: string; }