/** * Tencent Cloud SentenceRecognition (≤60s). * Docs: https://cloud.tencent.com/document/api/1093/35646 * * Env: * AGIM_TENCENT_SECRET_ID * AGIM_TENCENT_SECRET_KEY * AGIM_TENCENT_ASR_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