import { type RefObject } from "react"; import type { ValidationIssue } from "../../core/graph/types"; import { type EditorEventSink } from "../../core/observability/editorEvents"; export declare function useEditorDiagnostics({ rootRef, issues, eventSink, theme }: { rootRef: RefObject; issues: ValidationIssue[]; eventSink: EditorEventSink; theme: string; }): void; //# sourceMappingURL=useEditorDiagnostics.d.ts.map