import type { FileDiagnostic } from "../../../shared/src/types/Composer"; export interface DiagnosticRetriever { getFileDiagnostics(filePaths: string[]): Promise; }