import { SubMaker } from '../sub-maker'; declare const edgeTTS: (text: string, voiceName: string, voiceFile: string, ttsProxy: string) => Promise; export { edgeTTS };