import type { SpeechModelV4, TranscriptionModelV4 } from '@ai-sdk/provider'; interface QvacAudioOptions { readonly baseURL: string; readonly headers: Record; readonly fetch?: typeof fetch; } export declare function createQvacTranscriptionModel(modelId: string, options: QvacAudioOptions): TranscriptionModelV4; export declare function createQvacSpeechModel(modelId: string, options: QvacAudioOptions): SpeechModelV4; export {}; //# sourceMappingURL=audio-models.d.ts.map