export declare function classifyImage(image: Blob, model?: string): Promise; export declare function doRAGSearch(texts: string[], query: string): Promise; export declare function ocr(image: Blob, model?: string): Promise; export declare function summarize(text: string, options?: any): Promise; export declare function textToSpeech(text: string): Promise; export declare function transcribeAudioFile(audioFile: Blob, model?: string, timestamps?: boolean, language?: string): Promise; export { }