export { openSearchClient } from './client.js'; export type { OpenSearchLog, LogQueryParams } from '../../types/index.js'; import { OpenSearchLog, LogQueryParams } from '../../types/index.js'; /** * Convenience function to fetch logs with default parameters */ export declare function fetchLogs(params?: Partial): Promise; /** * Fetch logs for a specific evaluation run */ export declare function fetchLogsForRun(runId: string, params?: Partial): Promise; /** * Test OpenSearch connection */ export declare function testOpenSearchConnection(): Promise; //# sourceMappingURL=index.d.ts.map