import { NextFunction, Request, Response } from 'express'; declare const _default: { generateTextToSpeech: (req: Request, res: Response) => Promise; abortTextToSpeech: (req: Request, res: Response) => Promise; getVoices: (req: Request, res: Response, next: NextFunction) => Promise> | undefined>; }; export default _default;