/** * Tencent Cloud SentenceRecognition (≤60s). * Docs: https://cloud.tencent.com/document/api/1093/35646 * * Env (STT-prefixed): * AGIM_STT_TENCENT_SECRET_ID * AGIM_STT_TENCENT_SECRET_KEY * AGIM_STT_TENCENT_ENGINE (optional, default 16k_zh) */ export declare function isTencentSpeechConfigured(): boolean; export declare function transcribeWithTencent(filePath: string, opts?: { language?: string; }): Promise; //# sourceMappingURL=transcribe-tencent.d.ts.map