import type { TestCaseTestRunMetadataEntry } from "@empiricalrun/shared-types/api/test-cases"; import type { Tool } from "@empiricalrun/shared-types/chat-agent"; import { getDiagnosisDetailedContract, type InferResponse } from "@empiricalrun/shared-types/external-api"; import type { PlaywrightMatchingTest } from "@empiricalrun/shared-types/playwright-utils"; type DiagnosisData = InferResponse; type DiagnosisDetailedTestCase = DiagnosisData["test_case"]; export declare const fetchDiagnosisReportTool: Tool; export declare function getDataForLastSuccessfulRuns(testCase: DiagnosisDetailedTestCase): Promise>; export {}; //# sourceMappingURL=diagnosis-fetcher.d.ts.map