declare function textToSpeech(text: string, fileName: string): Promise; export { textToSpeech };