/** * iFlytek (讯飞) streaming IAT — short dictation via WebSocket. * Docs: https://www.xfyun.cn/doc/asr/voicedictation/API.html * * Env: * AGIM_IFLYTEK_APP_ID * AGIM_IFLYTEK_API_KEY * AGIM_IFLYTEK_API_SECRET */ export declare function isIflytekSpeechConfigured(): boolean; export declare function transcribeWithIflytek(filePath: string, opts?: { language?: string; }): Promise; //# sourceMappingURL=transcribe-iflytek.d.ts.map