type ConnectionTestResult = { service: string; success: boolean; message: string; }; export declare function testApiKey({ apiKey, modelProvider, modelName, baseUrl, }: { apiKey: string; modelProvider: string; modelName: string; baseUrl: string; }): Promise; export declare function testAnthropicConnection(apiKey: string, modelName: string): Promise; export declare function testOpenAIChatGPTConnection(apiKey: string, modelName: string): Promise; export declare function testGeminiConnection(apiKey: string, modelName: string): Promise; export declare function testOllamConnection(modelName: string, baseUrl: string): Promise; export {}; //# sourceMappingURL=connection-test.d.ts.map