import { TranscriptionRequest, TranscriptionResponse } from "../Provider.js"; export declare class OpenAITranscription { private readonly baseUrl; private readonly apiKey; constructor(baseUrl: string, apiKey: string); execute(request: TranscriptionRequest): Promise; private transcribeViaWhisper; private transcribeViaChat; } //# sourceMappingURL=Transcription.d.ts.map